mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Menu: Update visual test to remove bottom scroll bar in scrolling menus in IE6 and IE7
This commit is contained in:
parent
bd71f24f5d
commit
ab3e1c5a44
@ -55,7 +55,7 @@
|
|||||||
<style>
|
<style>
|
||||||
body { font-size:62.5%; }
|
body { font-size:62.5%; }
|
||||||
.ui-menu { width: 200px; margin-bottom: 2em; }
|
.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-item { border-bottom: 1px solid #999; }
|
||||||
.address-header { display: block; margin-bottom: .2em; font-weight: bold; }
|
.address-header { display: block; margin-bottom: .2em; font-weight: bold; }
|
||||||
.address-content { display: block; margin-bottom: .2em; padding-left: 10px; }
|
.address-content { display: block; margin-bottom: .2em; padding-left: 10px; }
|
||||||
|
Loading…
Reference in New Issue
Block a user