Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Commit

Permalink
Fixes #2066 — Select menus now open normally on Android when the page…
Browse files Browse the repository at this point in the history
… is wrapped in a form element. ♥ you, .NET.
  • Loading branch information
Wilto committed Nov 1, 2011
1 parent 8c81959 commit ab48625
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions css/structure/jquery.mobile.core.css
Expand Up @@ -11,6 +11,7 @@

/* responsive page widths */
.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); }
form.ui-mobile-viewport { overflow-x: visible; }

/* "page" containers - full-screen views, one should always be in view post-pageload */
.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; }
Expand Down

0 comments on commit ab48625

Please sign in to comment.