mirror of
https://github.com/wukko/cobalt.git
synced 2025-05-29 04:50:13 +02:00
web/settings: make navigation scrollable on overflow
This commit is contained in:
parent
5ccde7995e
commit
914be64153
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user