We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90fa802 commit 360bb2dCopy full SHA for 360bb2d
src/scss/reset/index.scss
@@ -5,8 +5,8 @@
5
body {
6
margin: 0;
7
padding: 0;
8
- height: 100%;
9
- width: 100%;
+ min-height: 100%;
+ min-width: 100%;
10
-webkit-font-smoothing: antialiased;
11
-moz-osx-font-smoothing: grayscale;
12
-ms-overflow-style: -ms-autohiding-scrollbar;
0 commit comments