Skip to content

Commit 5698141

Browse files
committed
Merge pull request fnagel#223 from TheChad/selectmenu
fixed: CSS adjustment to make selectmenu scrollable on newer iOS, see fnagel#223, thx @theChad
2 parents 0f8f863 + 197730a commit 5698141

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/base/jquery.ui.selectmenu.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
.ui-selectmenu { display: block; display: inline-block; position: relative; height: 2.2em; vertical-align: middle; text-decoration: none; overflow: hidden; zoom: 1; }
44
.ui-selectmenu-icon { position:absolute; right:6px; margin-top:-8px; top: 50%; }
55
.ui-selectmenu-menu { padding:0; margin:0; position:absolute; top: 0; display: none; z-index: 1005;} /* z-index: 1005 to make selectmenu work with dialog */
6-
.ui-selectmenu-menu ul { padding:0; margin:0; list-style:none; position: relative; overflow: auto; overflow-y: auto ; overflow-x: hidden; }
6+
.ui-selectmenu-menu ul { padding:0; margin:0; list-style:none; position: relative; overflow: auto; overflow-y: auto ; overflow-x: hidden; -webkit-overflow-scrolling: touch;}
77
.ui-selectmenu-open { display: block; }
88
.ui-selectmenu-menu-popup { margin-top: -1px; }
99
.ui-selectmenu-menu li { padding:0; margin:0; display: block; border-top: 1px dotted transparent; border-bottom: 1px dotted transparent; border-right-width: 0 !important; border-left-width: 0 !important; font-weight: normal !important; }

0 commit comments

Comments
 (0)