mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Accordion: Fix testsuite overflow issue in IE7.
This commit is contained in:
parent
5143b7f672
commit
37fda49e3c
@ -35,6 +35,10 @@
|
|||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
line-height: 15px;
|
line-height: 15px;
|
||||||
}
|
}
|
||||||
|
/* avoid IE7 oscillating between overflow visible and scroll values */
|
||||||
|
#list1 > div {
|
||||||
|
overflow: visible;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
Loading…
Reference in New Issue
Block a user