min-height instead of height to fix background issues [ci skip]
This commit is contained in:
parent
730886c082
commit
f3a51615af
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ body {
|
||||||
/* gross hax */
|
/* gross hax */
|
||||||
#container {
|
#container {
|
||||||
position : absolute;
|
position : absolute;
|
||||||
height : 100%;
|
min-height : 100%;
|
||||||
width : 100%;
|
width : 100%;
|
||||||
|
|
||||||
left : 0;
|
left : 0;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue