css: fix cosmetic issue with background on some page heights
This commit is contained in:
parent
450944cd0b
commit
6ed253c7b9
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user