Skip to content

Commit 0a2b605

Browse files
committed
Rolls back change in commit #494c5ceafd4, which was causing odd rendering issues. To be readdressed in the near future.
1 parent 818c2f2 commit 0a2b605

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css/structure/jquery.mobile.core.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ body.ui-mobile-viewport,
1010
div.ui-mobile-viewport { overflow-x: hidden; }
1111

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

1616
/* on ios4, setting focus on the page element causes flashing during transitions when there is an outline, so we turn off outlines */

0 commit comments

Comments
 (0)