mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-05-09 12:54:42 +00:00
Fix bug Collapse broken in IE
This commit is contained in:
parent
471d913ab6
commit
fe3ed433e4
1 changed files with 0 additions and 1 deletions
|
|
@ -15,7 +15,6 @@
|
||||||
position: relative;
|
position: relative;
|
||||||
height: 0;
|
height: 0;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
overflow: visible \9;
|
|
||||||
.transition(height .35s ease);
|
.transition(height .35s ease);
|
||||||
&.in {
|
&.in {
|
||||||
height: auto;
|
height: auto;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue