mirror of
https://github.com/imputnet/cobalt.git
synced 2024-12-28 18:46:09 +00: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…
Reference in a new issue