mirror of https://github.com/twbs/bootstrap.git
Remove `position: relative` from `.collapsing`
This commit is contained in:
parent
4437248459
commit
bfd4c1921d
|
@ -13,7 +13,6 @@
|
|||
}
|
||||
|
||||
.collapsing {
|
||||
position: relative;
|
||||
height: 0;
|
||||
overflow: hidden;
|
||||
@include transition($transition-collapse);
|
||||
|
|
Loading…
Reference in New Issue