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

View File

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