mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-08 04:50:12 +02:00
fix sidebar height when using custom window bar
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user