Absolute position to not take up space

This commit is contained in:
Lukas Martinelli
2017-01-11 19:50:18 +01:00
parent df94d9c842
commit 9ca8760564
2 changed files with 5 additions and 8 deletions

View File

@@ -67,15 +67,15 @@
}
&-item-collapsed {
max-height: 0;
position: absolute;
max-height: 0px;
overflow: hidden;
padding: 0;
padding: 0px;
transition: max-height 0.1s ease-out;
transition: padding 0.1s ease-out;
}
&-item-collapsed-last {
&-item-group-last {
border-bottom: 2px solid $color-gray;
}