mirror of
https://github.com/docmost/docmost.git
synced 2025-11-15 09:51:08 +10:00
Fix sidebar responsivity (#453)
* navbar height fix. has to be cleaned up * use parent height for tree * cleanups
This commit is contained in:
@ -3,10 +3,12 @@
|
||||
}
|
||||
|
||||
.treeContainer {
|
||||
display: flex;
|
||||
height: 68vh;
|
||||
flex: 1;
|
||||
height: 100%;
|
||||
min-width: 0;
|
||||
|
||||
> div, > div > .tree {
|
||||
height: 100% !important;
|
||||
}
|
||||
}
|
||||
|
||||
.node {
|
||||
|
||||
Reference in New Issue
Block a user