Skip to content

Commit

Permalink
Menu: Update visual test to remove bottom scroll bar in scrolling men…
Browse files Browse the repository at this point in the history
…us in IE6 and IE7
  • Loading branch information
kborchers committed Oct 19, 2011
1 parent bd71f24 commit ab3e1c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/visual/menu/menu.html
Expand Up @@ -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; }
Expand Down

0 comments on commit ab3e1c5

Please sign in to comment.