From ab486257f7379902110e6df38f935369b0dc6ca3 Mon Sep 17 00:00:00 2001 From: Mat Marquis Date: Tue, 1 Nov 2011 18:11:32 -0400 Subject: [PATCH] =?UTF-8?q?Fixes=20#2066=20=E2=80=94=20Select=20menus=20no?= =?UTF-8?q?w=20open=20normally=20on=20Android=20when=20the=20page=20is=20w?= =?UTF-8?q?rapped=20in=20a=20form=20element.=20=E2=99=A5=20you,=20.NET.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/structure/jquery.mobile.core.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/structure/jquery.mobile.core.css b/css/structure/jquery.mobile.core.css index 2cde71a91dc..c49b5df6493 100644 --- a/css/structure/jquery.mobile.core.css +++ b/css/structure/jquery.mobile.core.css @@ -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; }