Commit 7bc78fc
fix(dev-portal): use tiered z-index instead of isolation for header stacking
Replace the blanket isolation: isolate on Styled.Main with a moderate
explicit z-index (10) on Styled.Head. Isolation trapped ALL descendant
stacking inside Main, including deliberate fullscreen overlays/scrims apps
render when opening sidepanels, preventing them from ever covering the
portal header even when that's the intended UX.
The tiered z-index still beats small incidental leaks (like the original
app-admin z-index: 2 regression) while staying below the z-index range
conventionally used by real overlay/backdrop components, so intentional
fullscreen app overlays can still render above the header.
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>1 parent 128a135 commit 7bc78fc
2 files changed
Lines changed: 11 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
26 | 31 | | |
27 | 32 | | |
28 | | - | |
| 33 | + | |
29 | 34 | | |
30 | 35 | | |
31 | 36 | | |
32 | 37 | | |
33 | 38 | | |
34 | 39 | | |
35 | 40 | | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | 41 | | |
43 | 42 | | |
44 | 43 | | |
| |||
0 commit comments