save all position fixed. see #680
This commit is contained in:
parent
a5e3ac9a07
commit
23e8fb9e07
1 changed files with 11 additions and 3 deletions
|
|
@ -3,10 +3,14 @@
|
|||
}
|
||||
|
||||
#command_palette {
|
||||
position: sticky;
|
||||
top: 0;
|
||||
padding-top: 1px;
|
||||
height: 26px;
|
||||
width: 100%;
|
||||
z-index: 90;
|
||||
margin-bottom: 16px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 12px;
|
||||
background-color: #ffffff;
|
||||
}
|
||||
|
||||
#btnSaveAll {
|
||||
|
|
@ -189,6 +193,10 @@
|
|||
color: rgb(251, 251, 254);
|
||||
}
|
||||
|
||||
#command_palette {
|
||||
background-color: inherit;
|
||||
}
|
||||
|
||||
#msgDisplay {
|
||||
color: #5cb85c;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue