mirror of
https://github.com/pewdiepie-archdaemon/odysseus.git
synced 2026-09-19 14:17:50 +00:00
fix: lower minimized-dock z-index so modals stack above it
This commit is contained in:
parent
7aab95032b
commit
8d5974c7d6
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