0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-18 10:52:19 +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 {
position: relative;
height: 0;
overflow: hidden;
@include transition($transition-collapse);