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
1 changed files with 2 additions and 4 deletions

View File

@ -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;