Keep status bar pinned at bottom regardless of editor content size
Co-authored-by: Shelley <shelley@exe.dev>
This commit is contained in:
parent
b2bed26be5
commit
e221723c1e
|
|
@ -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);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue