web: make sidebar scrollable on vertical overflow
This commit is contained in:
@@ -70,5 +70,6 @@
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
padding-bottom: var(--sidebar-padding);
|
padding-bottom: var(--sidebar-padding);
|
||||||
|
overflow: scroll;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user