summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Nagel <info@felixnagel.com>2012-05-31 09:57:21 -0700
committerFelix Nagel <info@felixnagel.com>2012-05-31 09:57:21 -0700
commit56981414273cbcdac0ebfa319bd9c7d24ea23d7a (patch)
tree4917226cda019ac159e159ea7e447121fcc1eeb0
parent0f8f863516166700beb54b9334b1d161d3123bee (diff)
parent197730ad48ef2ce9a0837d7413da4fbdaa10f263 (diff)
downloadjquery-ui-56981414273cbcdac0ebfa319bd9c7d24ea23d7a.tar.gz
jquery-ui-56981414273cbcdac0ebfa319bd9c7d24ea23d7a.zip
Merge pull request #223 from TheChad/selectmenu
fixed: CSS adjustment to make selectmenu scrollable on newer iOS, see #223, thx @TheChad
-rw-r--r--themes/base/jquery.ui.selectmenu.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/base/jquery.ui.selectmenu.css b/themes/base/jquery.ui.selectmenu.css
index d2c65bc77..170f9a016 100644
--- a/themes/base/jquery.ui.selectmenu.css
+++ b/themes/base/jquery.ui.selectmenu.css
@@ -3,7 +3,7 @@
.ui-selectmenu { display: block; display: inline-block; position: relative; height: 2.2em; vertical-align: middle; text-decoration: none; overflow: hidden; zoom: 1; }
.ui-selectmenu-icon { position:absolute; right:6px; margin-top:-8px; top: 50%; }
.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 */
-.ui-selectmenu-menu ul { padding:0; margin:0; list-style:none; position: relative; overflow: auto; overflow-y: auto ; overflow-x: hidden; }
+.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;}
.ui-selectmenu-open { display: block; }
.ui-selectmenu-menu-popup { margin-top: -1px; }
.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; }