mirror of
https://github.com/imputnet/cobalt.git
synced 2025-01-15 19:35:31 +00:00
web/Sidebar: fix bottom padding on desktop
This commit is contained in:
parent
302ff4ff29
commit
d649a00718
|
@ -68,7 +68,7 @@
|
||||||
height: 100%;
|
height: 100%;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
padding: var(--sidebar-inner-padding);
|
padding: var(--sidebar-inner-padding);
|
||||||
padding-bottom: calc(var(--sidebar-inner-padding) * 2);
|
padding-bottom: var(--sidebar-tab-padding);
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue