Remove height: 100% from the body and html elements to fix auto-scrolling on (at least) chrome

This commit is contained in:
Kevin MacMartin 2016-12-20 14:26:58 -05:00
parent 54508b4ebe
commit 5336c21a93

View file

@ -19,14 +19,12 @@
html { html {
width: 100%; width: 100%;
height: 100%;
&.no-scroll { overflow-y: hidden; } &.no-scroll { overflow-y: hidden; }
} }
body { body {
@include font-sans; @include font-sans;
width: 100%; width: 100%;
height: 100%;
padding-top: $nav-height; padding-top: $nav-height;
color: $c-text; color: $c-text;
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;