mirror of
https://github.com/pewdiepie-archdaemon/odysseus.git
synced 2026-08-05 02:45:28 +00:00
fix: lower minimized-dock z-index from 10020 to 100 so modals stack above it
This commit is contained in:
parent
3353f2e98f
commit
5b092ee6cd
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