Commit dfaf29c
authored
🤖 fix: correct z-index layering for dialogs and UI elements (#1024)
_Generated with `mux`_
Fixes toast appearing over the Secrets modal dialog by correcting
z-index layering.
### Changes
- Dialog overlay and content: `z-50` → `z-[1500]` (above toasts)
- ModelSelector: `z-[1000]` → `z-[1020]` (above command suggestions)
### Z-index hierarchy
| z-index | Component |
|---------|-----------|
| `z-[1000]` | ChatInputToast |
| `z-[1010]` | CommandSuggestions |
| `z-[1020]` | ModelSelector |
| `z-[1500]` | Dialog |
| `z-[2000]` | CommandPalette |
| `z-[9999]` | TutorialTooltip |
| `z-[10000]` | KebabMenu, PopoverError |1 parent a0022e9 commit dfaf29c
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
243 | 243 | | |
244 | 244 | | |
245 | 245 | | |
246 | | - | |
| 246 | + | |
247 | 247 | | |
248 | 248 | | |
249 | 249 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
0 commit comments