Skip to content

Commit

Permalink
Merge pull request #1069 from IgniteUI/amarinov/revertHeight
Browse files Browse the repository at this point in the history
Reverting body height
  • Loading branch information
Lipata authored Oct 17, 2022
2 parents 5ce9b15 + acf5214 commit b27e8e6
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,8 @@ body {
background: hsla(var(--igc-surface-500, 0 0% 100%));
color: var(--igc-surface-500-contrast, black);
}

html,
body {
height: 100%;
}

0 comments on commit b27e8e6

Please sign in to comment.