aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJörn Zaefferer <joern.zaefferer@gmail.com>2011-10-19 12:40:07 +0200
committerJörn Zaefferer <joern.zaefferer@gmail.com>2011-10-19 12:40:07 +0200
commit68fe23d3351a7ccfcfa39e925f8487f3a64fe104 (patch)
tree20caea9756da31d7220622739cd57f8d8259dc9f
parent3c258bfa3ceab51b7e4c847f1196bd64f6c40cee (diff)
parentab3e1c5a443e841885a52394a0e32126be4e951e (diff)
downloadjquery-ui-68fe23d3351a7ccfcfa39e925f8487f3a64fe104.tar.gz
jquery-ui-68fe23d3351a7ccfcfa39e925f8487f3a64fe104.zip
Merge branch 'master' of github.com:jquery/jquery-ui
-rw-r--r--tests/visual/menu/menu.html2
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; }