Fix sidebar responsivity (#453)

* navbar height fix. has to be cleaned up
* use parent height for tree
* cleanups
This commit is contained in:
ftibi93
2024-11-01 10:41:23 +01:00
committed by GitHub
parent 4f1a97ceb9
commit e064e58f79
4 changed files with 17 additions and 5 deletions

View File

@ -3,10 +3,12 @@
}
.treeContainer {
display: flex;
height: 68vh;
flex: 1;
height: 100%;
min-width: 0;
> div, > div > .tree {
height: 100% !important;
}
}
.node {