modal
This commit is contained in:
@@ -51,7 +51,7 @@
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
padding: 1.5rem;
|
||||
z-index: 3000;
|
||||
z-index: 2000000;
|
||||
}
|
||||
|
||||
.modal {
|
||||
|
||||
@@ -45,7 +45,7 @@
|
||||
pointer-events: none;
|
||||
filter: blur(15px) grayscale(100%);
|
||||
transition: opacity 0.6s ease, filter 0.28s ease;
|
||||
z-index: 0 !important;
|
||||
z-index: 0;
|
||||
}
|
||||
|
||||
.desk-item.is-selected {
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
.desk-help-overlay {
|
||||
position: fixed;
|
||||
inset: 0;
|
||||
z-index: 5000000;
|
||||
z-index: 2000000;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
|
||||
Reference in New Issue
Block a user