Fix the sheets component

This commit is contained in:
Arnaud 2024-10-16 10:08:01 +02:00
parent d7cd3c56fd
commit b4eb238096
No known key found for this signature in database
GPG Key ID: 69D6CE281FCAE663
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
.sheets {
position: absolute;
position: fixed;
transition: transform 0.25s;
background-color: var(--codex-background-secondary);
z-index: 2;