Only set flex layout on the active tab

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2020-11-13 15:43:37 +01:00
parent 4549a2b0ee
commit ea122c81a2

View File

@@ -185,7 +185,7 @@ export default {
background-color: var(--color-main-background);
}
section {
section.app-sidebar__tab--active {
min-height: auto;
display: flex;
flex-direction: column;