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

Commit 67e6fbc

Browse files
committed
Fixes #5140 - Select menus inside elements in Android 4.1 Chrome now work after scrolling.
1 parent ed4efa3 commit 67e6fbc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css/structure/jquery.mobile.forms.select.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.ui-select { display: block; position: relative; }
2-
.ui-select select { position: absolute; left: -9999px; top: -9999px; }
3-
.ui-select .ui-btn { overflow: hidden; opacity: 1; }
2+
.ui-select select { position: absolute; left: -9999px; }
3+
.ui-select .ui-btn { opacity: 1; }
44
.ui-field-contain .ui-select .ui-btn { margin: 0; }
55
/* Fixes #2588: When Windows Phone 7.5 (Mango) tries to calculate a numeric opacity for a select (including "inherit") without explicitly specifying an opacity on the parent to give it context, a bug appears where clicking elsewhere on the page after opening the select will open the select again. */
66
.ui-select .ui-btn select { cursor: pointer; -webkit-appearance: none; left: 0; top:0; width: 100%; min-height: 1.5em; min-height: 100%; height: 3em; max-height: 100%; filter: Alpha(Opacity=0); opacity: 0; z-index: 2; }

0 commit comments

Comments
 (0)