web: make sidebar scrollable on vertical overflow

This commit is contained in:
wukko 2024-06-14 16:47:13 +06:00
parent b831dc8236
commit 5399ee9a4c
No known key found for this signature in database
GPG key ID: 3E30B3F26C7B4AA2

View file

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