Skip to content

Commit 68fe23d

Browse files
committed
Merge branch 'master' of github.com:jquery/jquery-ui
2 parents 3c258bf + ab3e1c5 commit 68fe23d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/visual/menu/menu.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
<style>
5656
body { font-size:62.5%; }
5757
.ui-menu { width: 200px; margin-bottom: 2em; }
58-
.menu4 { height: 200px; overflow: auto; }
58+
.menu4 { height: 200px; overflow-y: auto; overflow-x: hidden; }
5959
.address-item { border-bottom: 1px solid #999; }
6060
.address-header { display: block; margin-bottom: .2em; font-weight: bold; }
6161
.address-content { display: block; margin-bottom: .2em; padding-left: 10px; }

0 commit comments

Comments
 (0)