Menu: Update visual test to remove bottom scroll bar in scrolling menus in IE6 and IE7

This commit is contained in:
kborchers 2011-10-18 21:02:45 -05:00
parent bd71f24f5d
commit ab3e1c5a44

View 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; }