]> source.dussan.org Git - jquery-ui.git/commitdiff
Menu: Update visual test to remove bottom scroll bar in scrolling menus in IE6 and IE7
authorkborchers <kris.borchers@gmail.com>
Wed, 19 Oct 2011 02:02:45 +0000 (21:02 -0500)
committerkborchers <kris.borchers@gmail.com>
Wed, 19 Oct 2011 02:11:03 +0000 (21:11 -0500)
tests/visual/menu/menu.html

index b500704e26f97c418a6e0af0ee073a692ac06601..48c95f80bf8b5ab9846c82e4be3efdf16b8029e5 100644 (file)
@@ -55,7 +55,7 @@
        <style>
                body { font-size:62.5%; }
                .ui-menu { width: 200px; margin-bottom: 2em; }
-               .menu4 { height: 200px; overflow: auto; }
+               .menu4 { height: 200px; overflow-y: auto; overflow-x: hidden; }
                .address-item { border-bottom: 1px solid #999; }
                .address-header { display: block; margin-bottom: .2em; font-weight: bold; }
                .address-content { display: block; margin-bottom: .2em; padding-left: 10px; }