Skip to content

Commit

Permalink
Set body,html height (#446)
Browse files Browse the repository at this point in the history
Co-authored-by: William Welling <[email protected]>
  • Loading branch information
mumptastic and wwelling authored Sep 27, 2022
1 parent 53a2254 commit f9ac25c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@
@import '~@wvr/elements/styles/wvr-elements';
@import '../projects/tl-elements/src/lib/shared/styles/tl-elements';

html,
body {
height: 100%;
}

body {
margin: 0;
}
Expand Down

0 comments on commit f9ac25c

Please sign in to comment.