web: make sidebar scrollable on vertical overflow
This commit is contained in:
parent
b831dc8236
commit
5399ee9a4c
1 changed files with 1 additions and 0 deletions
|
@ -70,5 +70,6 @@
|
|||
height: 100%;
|
||||
justify-content: space-between;
|
||||
padding-bottom: var(--sidebar-padding);
|
||||
overflow: scroll;
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Reference in a new issue