css: fix cosmetic issue with background on some page heights

This commit is contained in:
mappu 2020-05-24 18:40:07 +12:00
parent 450944cd0b
commit 6ed253c7b9

View File

@ -48,7 +48,7 @@ h1 {
html, body { html, body {
/* structural */ /* structural */
min-height:100%; min-height:100vh;
margin:0; margin:0;
border:0; border:0;
padding:0; padding:0;
@ -73,9 +73,7 @@ body {
width:960px; width:960px;
position:relative; position:relative;
height:auto !important; min-height:100vh;
height:100%; /* oldIE */
min-height:100%;
/* cosmetic */ /* cosmetic */
background:white; background:white;