Remove `position: relative` from `.collapsing`

This commit is contained in:
Martijn Cuppens 2019-08-21 11:13:44 +02:00
parent 4437248459
commit bfd4c1921d
1 changed files with 0 additions and 1 deletions

View File

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