Line 8: | Line 8: | ||
/* set page to fill window*/ | /* set page to fill window*/ | ||
html { | html { | ||
+ | height:100%; | ||
+ | padding:0; | ||
+ | margin:0; | ||
overflow-y: scroll; | overflow-y: scroll; | ||
} | } | ||
body { | body { | ||
+ | height:100%; | ||
+ | padding:0; | ||
+ | margin:0; | ||
background-color:white; | background-color:white; | ||
} | } | ||
#globalWrapper { | #globalWrapper { | ||
+ | min-height:100%; | ||
margin:0; | margin:0; | ||
padding:0!important; | padding:0!important; |
Revision as of 11:19, 21 October 2017