mirror of
https://github.com/imputnet/cobalt.git
synced 2025-07-21 20:58:28 +00:00
web/settings: make navigation scrollable on overflow
This commit is contained in:
parent
061d199f29
commit
7ed81f5553
@ -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…
Reference in New Issue
Block a user