Commit 2da61e5
committed
fix(shop): cart drawer z-index above navbar
The drawer overlay and content were at z-50, matching the navbar. On
mobile the navbar's stacking context won (earlier in the DOM), hiding
the drawer's close button and header underneath the topbar.
Bumped both to z-[100] so the drawer always overlays the entire page
including the navbar — standard modal behavior.1 parent d20c738 commit 2da61e5
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
0 commit comments