Increase case study click area in navbar#6529
Conversation
Greptile SummaryThis PR widens the clickable area of the case study card in the Solutions navbar dropdown by replacing the individual title anchor with a full-area cover-link (
Confidence Score: 4/5Safe to merge — the cover-link pattern is implemented correctly with proper z-index layering to keep the demo dialog interactive; the only gap is a missing accessible name on the overlay anchor. The z-index stacking (demo wrapper at z-10, overlay anchor at auto/0) correctly ensures the Book a Demo button remains clickable. The one open issue is that the new empty overlay anchor carries no text or aria-label, so assistive technologies will announce an unnamed link. packages/reflex-site-shared/src/reflex_site_shared/views/marketing_navbar.py — specifically the new empty overlay anchor at the bottom of case_studies_column(). Important Files Changed
Reviews (1): Last reviewed commit: "Increase case study click area in navbar" | Re-trigger Greptile |
…os/update-customer-navbar-link
No description provided.