Keep status bar pinned at bottom regardless of editor content size
All checks were successful
Build / build (push) Successful in 41s
Release Build / build (push) Successful in 1m53s

Co-authored-by: Shelley <shelley@exe.dev>
This commit is contained in:
exe.dev user 2026-05-03 22:13:37 +00:00
parent b2bed26be5
commit e221723c1e

View file

@ -6,9 +6,12 @@
.editor-mountpoint { .editor-mountpoint {
flex-grow: 1; flex-grow: 1;
flex-shrink: 1; flex-shrink: 1;
min-height: 0;
overflow: hidden;
} }
.status-bar { .status-bar {
flex-shrink: 0;
height: 2em; height: 2em;
background-color: rgb(245, 245, 245); background-color: rgb(245, 245, 245);
border-top: solid thin rgb(200, 200, 200); border-top: solid thin rgb(200, 200, 200);