0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-19 11:52:21 +01:00

Remove position: relative from .collapsing

This commit is contained in:
Martijn Cuppens 2019-08-21 11:13:44 +02:00
parent 4437248459
commit bfd4c1921d

View File

@ -13,7 +13,6 @@
} }
.collapsing { .collapsing {
position: relative;
height: 0; height: 0;
overflow: hidden; overflow: hidden;
@include transition($transition-collapse); @include transition($transition-collapse);