Fix sheets z-index
This commit is contained in:
parent
42ad948f69
commit
2c8d6f0f86
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue