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; }