We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d66cd43 commit 732a110Copy full SHA for 732a110
themes/default/jquery.mobile.core.css
@@ -6,6 +6,7 @@
6
*/
7
8
/* some unsets - more probably needed */
9
+.ui-mobile, .ui-mobile body { height: 100%; }
10
.ui-mobile fieldset, .ui-page { padding: 0; margin: 0; }
11
.ui-mobile a img, .ui-mobile fieldset { border: 0; }
12
@@ -18,9 +19,9 @@
18
19
20
/*orientations from js are available */
21
.portrait,
-.portrait .ui-page { min-height: 480px; }
22
+.portrait .ui-page { min-height: 100%; }
23
.landscape,
-.landscape .ui-page { min-height: 320px; }
24
+.landscape .ui-page { min-height: 100%; }
25
26
/* loading screen */
27
.ui-loading .ui-mobile-viewport { overflow: hidden !important; }
0 commit comments