]> source.dussan.org Git - jquery-ui.git/commitdiff
Added -webkit-overflow-scrolling: touch; to the selectmenu. This enables the menu...
authorThe Chad <the.chad.123@gmail.com>
Tue, 28 Feb 2012 00:26:06 +0000 (10:26 +1000)
committerThe Chad <the.chad.123@gmail.com>
Tue, 28 Feb 2012 00:26:06 +0000 (10:26 +1000)
themes/base/jquery.ui.selectmenu.css

index d2c65bc77f2a66b4ca254687333acdb5171d9a56..170f9a016ff58def0036a4df155aafb06f213974 100644 (file)
@@ -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; }