Skip to content

Commit 0172ff8

Browse files
committed
Setting .ui-mobile/.ui-mobile to height: 99.9% prevents a vertical scrollbar on dialog pages, in Firefox.
1 parent f4faec7 commit 0172ff8

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
@@ -1,5 +1,5 @@
11
/* some unsets - more probably needed */
2-
.ui-mobile, .ui-mobile body { height: 100%; }
2+
.ui-mobile, .ui-mobile body { height: 99.9%; }
33
.ui-mobile fieldset, .ui-page { padding: 0; margin: 0; }
44
.ui-mobile a img, .ui-mobile fieldset { border-width: 0; }
55

0 commit comments

Comments
 (0)