From 6ed253c7b9ac598e6da57b825abcd14dca9158fe Mon Sep 17 00:00:00 2001 From: mappu Date: Sun, 24 May 2020 18:40:07 +1200 Subject: [PATCH] css: fix cosmetic issue with background on some page heights --- static/style.css | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/static/style.css b/static/style.css index 423f0fa..b35d97d 100644 --- a/static/style.css +++ b/static/style.css @@ -48,7 +48,7 @@ h1 { html, body { /* structural */ - min-height:100%; + min-height:100vh; margin:0; border:0; padding:0; @@ -73,9 +73,7 @@ body { width:960px; position:relative; - height:auto !important; - height:100%; /* oldIE */ - min-height:100%; + min-height:100vh; /* cosmetic */ background:white;