mirror of
https://github.com/wukko/cobalt.git
synced 2025-02-28 22:18:48 +01:00
web: make sidebar scrollable on vertical overflow
This commit is contained in:
parent
587b939f18
commit
5de57a1225
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue