save all position fixed. see #680

This commit is contained in:
Mic 2026-04-16 22:28:10 +02:00
parent a5e3ac9a07
commit 23e8fb9e07

View file

@ -3,10 +3,14 @@
} }
#command_palette { #command_palette {
position: sticky;
top: 0;
padding-top: 1px;
height: 26px;
width: 100%;
z-index: 90;
margin-bottom: 16px; margin-bottom: 16px;
display: flex; background-color: #ffffff;
align-items: center;
gap: 12px;
} }
#btnSaveAll { #btnSaveAll {
@ -189,6 +193,10 @@
color: rgb(251, 251, 254); color: rgb(251, 251, 254);
} }
#command_palette {
background-color: inherit;
}
#msgDisplay { #msgDisplay {
color: #5cb85c; color: #5cb85c;
} }