Commit 3413c73
Fix sidebar covering header on scroll in Feed Detail Map page
The StyledMapControlPanel had zIndex: 10000 (needed for mobile full-screen
overlay) but this was not reset for desktop (md) breakpoint. On desktop the
panel has position: relative, so the high z-index created a stacking context
that rendered above the fixed AppBar header (z-index 1100) when scrolling.
Fix: add zIndex: 'auto' to the md breakpoint to restore normal document
stacking order on desktop.
Closes #57
Co-authored-by: Alessandro100 <18631060+Alessandro100@users.noreply.github.com>1 parent bac7a53 commit 3413c73
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
| |||
0 commit comments