Fix the sheets component
This commit is contained in:
parent
d7cd3c56fd
commit
b4eb238096
|
@ -1,5 +1,5 @@
|
|||
.sheets {
|
||||
position: absolute;
|
||||
position: fixed;
|
||||
transition: transform 0.25s;
|
||||
background-color: var(--codex-background-secondary);
|
||||
z-index: 2;
|
||||
|
|
Loading…
Reference in New Issue