This commit is contained in:
2025-11-10 13:34:12 +01:00
parent 9252883a2b
commit 6eb50c0555
7 changed files with 39 additions and 24 deletions
@@ -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;