From d5aff26c157cdfcecca2498dbee3c70d2bab27cc Mon Sep 17 00:00:00 2001 From: scottjehl Date: Tue, 12 Oct 2010 11:21:13 -0400 Subject: [PATCH] set overflow to auto instead. --- css/jquery.mobile.core.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/jquery.mobile.core.css b/css/jquery.mobile.core.css index e1127e92..7ecf09c7 100644 --- a/css/jquery.mobile.core.css +++ b/css/jquery.mobile.core.css @@ -29,7 +29,7 @@ /* "page" containers - full-screen views, one should always be in view post-pageload */ .ui-page { top: 0; left: 0; width: 100%; min-height: 100%; position: absolute; z-index: 10; visibility: hidden; height: 0; overflow: hidden; border: 0; } -.ui-page-active { visibility: visible; overflow: visible; } +.ui-page-active { visibility: visible; overflow: auto; } /* loading screen */ .ui-loading, .ui-loading body { overflow: hidden !important; }