Commit 80aca2b
fix(ai): contain the chevron mark + fix the un-clickable X on the account modal
Two follow-ups from live feedback:
- The X close button was dead. The full-bleed hero (acctBody's first child) paints AFTER the
.ovclose sibling and covered it, swallowing the click. Fix: z-index:3 on the classic card's
.ovclose (it's absolute inside a position:relative .acctcard) so it sits above the hero, plus
pointer-events:none on the decorative hero so it never intercepts. The onclick handler was fine.
- Shrink the mark to fit fully inside the hero (place-items:center, 182->150px) so it no longer
bleeds off any edge — no top clip, no side/bottom bleed.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent b787b38 commit 80aca2b
1 file changed
Lines changed: 6 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
874 | 874 | | |
875 | 875 | | |
876 | 876 | | |
877 | | - | |
| 877 | + | |
878 | 878 | | |
879 | 879 | | |
880 | 880 | | |
881 | | - | |
882 | | - | |
883 | | - | |
884 | | - | |
| 881 | + | |
| 882 | + | |
| 883 | + | |
| 884 | + | |
| 885 | + | |
885 | 886 | | |
886 | 887 | | |
887 | 888 | | |
| |||
0 commit comments