mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-16 22:10:25 +00:00
Setting .ui-mobile/.ui-mobile to height: 99.9% prevents a vertical scrollbar on dialog pages, in Firefox.
This commit is contained in:
parent
f4faec7872
commit
0172ff88d7
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
/* some unsets - more probably needed */
|
||||
.ui-mobile, .ui-mobile body { height: 100%; }
|
||||
.ui-mobile, .ui-mobile body { height: 99.9%; }
|
||||
.ui-mobile fieldset, .ui-page { padding: 0; margin: 0; }
|
||||
.ui-mobile a img, .ui-mobile fieldset { border-width: 0; }
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue