Only set flex layout on the active tab
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
@@ -185,7 +185,7 @@ export default {
|
|||||||
background-color: var(--color-main-background);
|
background-color: var(--color-main-background);
|
||||||
}
|
}
|
||||||
|
|
||||||
section {
|
section.app-sidebar__tab--active {
|
||||||
min-height: auto;
|
min-height: auto;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|||||||
Reference in New Issue
Block a user