mirror of
https://github.com/imputnet/cobalt.git
synced 2025-06-28 17:38:31 +00:00
web: make sidebar scrollable on vertical overflow
This commit is contained in:
parent
b831dc8236
commit
5399ee9a4c
@ -70,5 +70,6 @@
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
padding-bottom: var(--sidebar-padding);
|
padding-bottom: var(--sidebar-padding);
|
||||||
|
overflow: scroll;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
Loading…
Reference in New Issue
Block a user