mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-16 22:10:25 +00:00
set overflow to auto instead.
This commit is contained in:
parent
c99b047333
commit
d5aff26c15
1 changed files with 1 additions and 1 deletions
|
|
@ -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; }
|
||||
|
|
|
|||
Loading…
Reference in a new issue