Skip to content

Commit 83e795f

Browse files
committed
Selectmenu: recheck CSS overflow IE hack and add comment
1 parent cb5f9bb commit 83e795f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

themes/base/jquery.ui.selectmenu.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
}
1919
.ui-selectmenu-menu .ui-menu {
2020
overflow: auto;
21-
overflow-y: auto;
21+
/* Support: IE7 */
2222
overflow-x: hidden;
2323
}
2424
.ui-selectmenu-menu .ui-menu-item a {

0 commit comments

Comments
 (0)