fix sidebar height when using custom window bar

This commit is contained in:
jeffvli
2025-06-28 13:42:33 -07:00
parent f4db8fdb84
commit d922d8b034
2 changed files with 11 additions and 1 deletions
@@ -8,6 +8,10 @@
background: var(--theme-colors-background-alternate);
}
.container.custom-bar {
max-height: calc(100vh - 120px);
}
.scroll-area {
padding: 0 var(--theme-spacing-md) var(--theme-spacing-md) var(--theme-spacing-md);
}