Ugly hack to prevent scrolling due to mobile address bars included in vh/vw. Should work since max-height on other stuff prevents it from overflowing anyways.

This commit is contained in:
Dominik V. Salonen 2018-03-14 14:28:45 +01:00
parent e7ae800d6f
commit 668ee75594
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
html, body { html, body {
margin: 0; margin: 0;
padding: 0; padding: 0;
overflow: hidden;
} }
h1, h2, h3, h4, h5, p { h1, h2, h3, h4, h5, p {