diff --git a/theme/fusion/style/pagelayout.css b/theme/fusion/style/pagelayout.css index a64e2d3a07d..c1f2d7b48af 100644 --- a/theme/fusion/style/pagelayout.css +++ b/theme/fusion/style/pagelayout.css @@ -15,7 +15,6 @@ body { #page { width: 100%; - overflow: hidden; } #page-header { diff --git a/theme/overlay/style/pagelayout.css b/theme/overlay/style/pagelayout.css index d3b9b7a017d..9c951e6504c 100644 --- a/theme/overlay/style/pagelayout.css +++ b/theme/overlay/style/pagelayout.css @@ -1,6 +1,6 @@ /** Path: theme pagelayout **/ body {margin:auto 0px;width:auto; height: 100%} -#page {width:100%;overflow:hidden; min-height: 100%;} +#page {width:100%; min-height: 100%;} #page-content { clear: both; position: relative;