Fixed too much deleted CSS style

This commit is contained in:
WolverinDEV 2020-04-21 16:34:54 +02:00
parent ebfa7d3572
commit 4dc176cc1f

View file

@ -74,6 +74,14 @@ $animation_length: .5s;
flex-grow: 1;
flex-shrink: 1;
.channel-tree-container {
height: 100%;
flex-grow: 1;
flex-shrink: 1;
overflow: hidden;
overflow-y: auto;
}
}
}