Merge pull request #283 from ercpe/html-overflow

Use overflow-y: scoll on html element
This commit is contained in:
Jeremy Stretch 2016-07-13 16:03:53 -04:00 committed by GitHub
commit b9db1ac7f7

View File

@ -2,6 +2,9 @@
* {
margin: 0;
}
html {
overflow-y: scroll;
}
html, body {
height: 100%;
}