mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-09 11:16:39 -05:00
Remove height: 100% from the body and html elements to fix auto-scrolling on (at least) chrome
This commit is contained in:
parent
54508b4ebe
commit
5336c21a93
1 changed files with 0 additions and 2 deletions
2
resources/assets/sass/app.scss
vendored
2
resources/assets/sass/app.scss
vendored
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue