diff options
author | kborchers <kris.borchers@gmail.com> | 2011-10-18 21:02:45 -0500 |
---|---|---|
committer | kborchers <kris.borchers@gmail.com> | 2011-10-18 21:11:03 -0500 |
commit | ab3e1c5a443e841885a52394a0e32126be4e951e (patch) | |
tree | 03e8a3a8d75fc175732634a2091be646cbfa0e2c | |
parent | bd71f24f5d5c1767f24b3c88df9fab8be38ed734 (diff) | |
download | jquery-ui-ab3e1c5a443e841885a52394a0e32126be4e951e.tar.gz jquery-ui-ab3e1c5a443e841885a52394a0e32126be4e951e.zip |
Menu: Update visual test to remove bottom scroll bar in scrolling menus in IE6 and IE7
-rw-r--r-- | tests/visual/menu/menu.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/visual/menu/menu.html b/tests/visual/menu/menu.html index b500704e2..48c95f80b 100644 --- a/tests/visual/menu/menu.html +++ b/tests/visual/menu/menu.html @@ -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; } |