web: make sidebar scrollable on vertical overflow

This commit is contained in:
wukko
2024-06-14 16:47:13 +06:00
parent 587b939f18
commit 5de57a1225

View File

@@ -70,5 +70,6 @@
height: 100%;
justify-content: space-between;
padding-bottom: var(--sidebar-padding);
overflow: scroll;
}
</style>