Skip to content

Commit 18f349b

Browse files
author
scottjehl
committed
make sure non-created pages are hidden. Fixes jquery-archive#946
1 parent 70f4acd commit 18f349b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/default/jquery.mobile.core.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
.landscape { }
1818

1919
/* "page" containers - full-screen views, one should always be in view post-pageload */
20-
.ui-page { top: 0; left: 0; width: 100%; min-height: 100%; position: absolute; display: none; border: 0; }
20+
[data-role=page], [data-role=dialog], .ui-page { top: 0; left: 0; width: 100%; min-height: 100%; position: absolute; display: none; border: 0; }
2121
.ui-page-active { display: block; overflow: visible; min-height: 100%; }
2222

2323
/* loading screen */

0 commit comments

Comments
 (0)