diff --git a/src/themes/default/style.css b/src/themes/default/style.css index 564a521..ae01f2e 100644 --- a/src/themes/default/style.css +++ b/src/themes/default/style.css @@ -5,7 +5,7 @@ /* default style */ -html { height:100%; } +html { height:100%; overflow-y:scroll; } body { margin:0px; padding:0px; height:100%; min-height:100%; background-color:#fff; } #wrapper { margin:0px auto; max-width:950px; height:100%; } #container { height:auto !important;height:100%;min-height:100%; }