mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-16 22:10:25 +00:00
removed z-index so it can be managed with transitions, and once finished, it's not needed anyway.
This commit is contained in:
parent
521aa45aff
commit
c6894be9d9
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@
|
|||
.landscape body { }
|
||||
|
||||
/* "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; display: none; border: 0; }
|
||||
.ui-page { top: 0; left: 0; width: 100%; min-height: 100%; position: absolute; display: none; border: 0; }
|
||||
.ui-page-active { display: block; overflow: visible; }
|
||||
|
||||
/* loading screen */
|
||||
|
|
|
|||
Loading…
Reference in a new issue