Fix sheets z-index

This commit is contained in:
Arnaud 2024-10-08 14:59:57 +02:00
parent 42ad948f69
commit 2c8d6f0f86
No known key found for this signature in database
GPG Key ID: 69D6CE281FCAE663
1 changed files with 2 additions and 2 deletions

View File

@ -16,11 +16,11 @@
}
.sheets-container--open {
/* z-index: 0; */
z-index: 2;
}
.sheets-backdrop {
z-index: 2;
z-index: -1;
}
@media (min-width: 1000px) {