Skip to content

Commit 37fda49

Browse files
committed
Accordion: Fix testsuite overflow issue in IE7.
1 parent 5143b7f commit 37fda49

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/unit/accordion/accordion.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@
3535
font-size: 12px;
3636
line-height: 15px;
3737
}
38+
/* avoid IE7 oscillating between overflow visible and scroll values */
39+
#list1 > div {
40+
overflow: visible;
41+
}
3842
</style>
3943
</head>
4044
<body>

0 commit comments

Comments
 (0)