set overflow to auto instead.

This commit is contained in:
scottjehl 2010-10-12 11:21:13 -04:00
parent c99b047333
commit d5aff26c15

View file

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