0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-17 09:52:29 +01:00

Fix bug Collapse broken in IE

This commit is contained in:
Pavel Demyanenko 2012-08-21 14:33:15 +04:00
parent 471d913ab6
commit fe3ed433e4

View File

@ -15,7 +15,6 @@
position: relative;
height: 0;
overflow: hidden;
overflow: visible \9;
.transition(height .35s ease);
&.in {
height: auto;