Skip to content

Commit 360bb2d

Browse files
committed
Fixes reset
1 parent 90fa802 commit 360bb2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/scss/reset/index.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
body {
66
margin: 0;
77
padding: 0;
8-
height: 100%;
9-
width: 100%;
8+
min-height: 100%;
9+
min-width: 100%;
1010
-webkit-font-smoothing: antialiased;
1111
-moz-osx-font-smoothing: grayscale;
1212
-ms-overflow-style: -ms-autohiding-scrollbar;

0 commit comments

Comments
 (0)