web/settings: make navigation scrollable on overflow

This commit is contained in:
wukko 2024-07-12 19:18:47 +06:00
parent 5ccde7995e
commit 914be64153
No known key found for this signature in database
GPG key ID: 3E30B3F26C7B4AA2

View file

@ -157,6 +157,7 @@
#settings-navigation {
display: flex;
flex-direction: column;
overflow-y: scroll;
}
#settings-sidebar {
@ -170,6 +171,7 @@
#settings-navigation {
gap: var(--padding);
padding-bottom: var(--padding);
}
#settings-header {