fix: lower minimized-dock z-index so modals stack above it
This commit is contained in:
parent
86abcb75d0
commit
870ae2823f
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue