We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19f5fd7 commit b80d221Copy full SHA for b80d221
themes/default/jquery.mobile.core.css
@@ -13,7 +13,7 @@
13
.ui-mobile-viewport { margin: 0; overflow-x: hidden; -webkit-text-size-adjust: none; -ms-text-size-adjust:none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
14
15
/* "page" containers - full-screen views, one should always be in view post-pageload */
16
-.ui-mobile [ data-jq-role=page], .ui-mobile [ data-jq-role=dialog], .ui-page { top: 0; left: 0; width: 100%; min-height: 100%; position: absolute; display: none; border: 0; }
+.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; }
17
.ui-mobile .ui-page-active { display: block; overflow: visible; }
18
19
/*orientations from js are available */
0 commit comments