fix(view): pad the panel by the status bar overlap so the composer stays clear

This commit is contained in:
hh
2026-08-29 19:21:18 +02:00
parent 8e74439b4d
commit 8cefc54552
2 changed files with 21 additions and 0 deletions
+2
View File
@@ -112,7 +112,9 @@
}
.beaver-root {
box-sizing: border-box;
height: 100%;
padding-bottom: var(--beaver-inset-bottom, 0px);
font-family: var(--font-interface);
font-size: var(--text-sm);
color: var(--foreground);