7 lines
117 B
CSS
7 lines
117 B
CSS
|
/**************** IE fixes ****************/
|
||
|
|
||
|
html
|
||
|
{overflow:hidden;}
|
||
|
|
||
|
body
|
||
|
{height:100%; width:100%; overflow:auto;}
|