Accordion: Fix testsuite overflow issue in IE7.

This commit is contained in:
Jörn Zaefferer 2012-12-28 10:41:05 +01:00
parent 5143b7f672
commit 37fda49e3c

View File

@ -35,6 +35,10 @@
font-size: 12px;
line-height: 15px;
}
/* avoid IE7 oscillating between overflow visible and scroll values */
#list1 > div {
overflow: visible;
}
</style>
</head>
<body>