fix: lower minimized-dock z-index so modals stack above it

This commit is contained in:
Maruf Hasan 2026-06-06 15:35:48 +06:00 committed by GitHub
parent 86abcb75d0
commit 870ae2823f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -842,7 +842,7 @@ body.bg-pattern-sparkles {
display: flex; gap: 6px; flex-wrap: wrap;
max-width: calc(100vw - 24px);
padding: 4px;
z-index: 10020;
z-index: 100;
pointer-events: none;
}
.minimized-dock-chip {