mirror of
https://github.com/pewdiepie-archdaemon/odysseus.git
synced 2026-06-16 17:55:26 -04:00
fix: lower minimized-dock z-index so modals stack above it
This commit is contained in:
+1
-1
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user