From 668ee75594425ab292ba5187729766f73cc31c42 Mon Sep 17 00:00:00 2001 From: "Dominik V. Salonen" Date: Wed, 14 Mar 2018 14:28:45 +0100 Subject: [PATCH] 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. --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index 26857db..2964aa1 100755 --- a/style.css +++ b/style.css @@ -1,6 +1,7 @@ html, body { margin: 0; padding: 0; + overflow: hidden; } h1, h2, h3, h4, h5, p {