5 lines
181 B
CSS
5 lines
181 B
CSS
html{overflow:hidden;}
|
|
body{height:100%; overflow:auto}
|
|
div#footer, div#debugbar, div#hiddenbar{position:absolute;}
|
|
.yui-d0 {width: 95%;} /* fix the error of fixed layout table. */
|