mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-23 09:20:28 +00:00
Narrowed down first-load transition issue to ui-loading class.
Removed a selector from overflow rule that seemed to be a bit overreaching. Fixes #336
This commit is contained in:
parent
d96ef2ea7d
commit
ea98a98ba2
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@
|
|||
.ui-page-active { display: block; overflow: visible; }
|
||||
|
||||
/* loading screen */
|
||||
.ui-loading, .ui-loading body { overflow: hidden !important; }
|
||||
.ui-loading body { overflow: hidden !important; }
|
||||
.ui-loading .ui-loader { display: block; }
|
||||
.ui-loading .ui-page { overflow: hidden; }
|
||||
.ui-loader { display: none; position: absolute; opacity: .85; z-index: 10; top: 75px; left: 50%; width: 200px; margin-left: -130px; padding: 20px 30px; }
|
||||
|
|
|
|||
Loading…
Reference in a new issue