min-height instead of height to fix background issues [ci skip]

This commit is contained in:
danielgrippi 2012-05-07 13:29:56 -07:00
parent 730886c082
commit f3a51615af

View file

@ -5,7 +5,7 @@ body {
/* gross hax */
#container {
position : absolute;
height : 100%;
min-height : 100%;
width : 100%;
left : 0;