From f63e0bb61fcd284ab1a9c7217e5939a89d5c82f2 Mon Sep 17 00:00:00 2001 From: stabijoh Date: Tue, 17 May 2011 07:28:13 -0400 Subject: [PATCH] MDL-27294 Fix for fusion and overlay themes on zooming text --- theme/fusion/style/pagelayout.css | 1 - theme/overlay/style/pagelayout.css | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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;