CodeIssuesPull RequestsActionsSecurityInsights
✨ AI
More
Settings

Fix maps address dropdown not visible #4499

Open⚡ AI-generatedMccantynz wants to mergeclaude/fix-maps-dropdown-zZfMKmain↑2opened Mar 24, 20260/5 tasksLive: 0 editing
ccantynzcommented Mar 24, 2026

Originally written by @ccantynz-alt on GitHub.
Imported from https://github.com/ccantynz-alt/BookarideV2/pull/18


Summary

  • Root cause: The BookNow form card had overflow-hidden which clipped the absolutely-positioned AddressInput dropdown suggestions list, making it invisible to users
  • z-index fix: Bumped dropdown z-index from z-50 to z-[60] so it renders above the fixed header (also z-50)

Changes

  • BookNow.jsx:198 — Removed overflow-hidden from the form card container
  • AddressInput.jsx:102 — Changed dropdown z-50z-[60]

Test plan

  • Type 3+ characters in the Pickup Address field on /book — dropdown suggestions should appear
  • Type in the Drop-off Address field — dropdown should also appear
  • Scroll down so the header overlaps — dropdown should render above the header
  • Verify step transitions (Next/Back) still animate smoothly without visual overflow artifacts
  • Test on admin Create Booking and Live Pricing pages

https://claude.ai/code/session_01PYTj6Dhz9VP37PXQQ2UQXw

ccantynzcommented Mar 24, 2026

Originally written by @vercel[bot] on GitHub.


The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
bookaride-v2 Ready Ready Preview, Comment Mar 24, 2026 6:34am

Request Review

gluecron[bot]🤖 botcommented 25d ago

This PR has gone quiet

No activity for 7+ days. Is this still in progress?

  • Author: keep working / mark draft / close.
  • Reviewers: review or unassign yourself.
  • Maintainers: close if no longer relevant.
gluecron[bot]🤖 botcommented 18d ago

This PR has gone quiet

No activity for 7+ days. Is this still in progress?

  • Author: keep working / mark draft / close.
  • Reviewers: review or unassign yourself.
  • Maintainers: close if no longer relevant.
gluecron[bot]🤖 botcommented 11d ago

This PR has gone quiet

No activity for 7+ days. Is this still in progress?

  • Author: keep working / mark draft / close.
  • Reviewers: review or unassign yourself.
  • Maintainers: close if no longer relevant.
gluecron[bot]🤖 botcommented 4d ago

This PR has gone quiet

No activity for 7+ days. Is this still in progress?

  • Author: keep working / mark draft / close.
  • Reviewers: review or unassign yourself.
  • Maintainers: close if no longer relevant.

Files changed

Side-by-side diff for claude/fix-maps-dropdown-zZfMK → main.

View diff →

Cross-repo impact

See what breaks downstream if this PR merges.

Analyze →
Risk score: LOW (2/10)2d86755
Touches 2 file(s) with 33 added and 23 removed across 0 owner(s). No tests were added for the new code.
See full signal breakdown
  • files changed: 2
  • lines added/removed: 33 / 23
  • distinct owners touched: 0
  • schema migration touched: no
  • locked / sensitive path touched: no
  • adds new dependency: no
  • bumps major dependency: no
  • tests added for new code: no
  • diff-minus-test ratio: 1.00
How is this calculated? The score is a transparent sum of weighted signals — see src/lib/pr-risk.ts computePrRiskScore.

Gate checks

All 6 checks passed
GateTestDisabled in settingsSkipped
Secret scanFound 7 secrets (0 critical)Passed
Security scanStatic rules ran (8 checks, no AI required) — no static findings. AI review unavailable: The platform's AI balance is exhausted, so AI generation is temporarily unavailable. Nothing was lost. You can queue this as a repair for the internal agent from the repository's Health page, or try again once the balance is restored.Skipped
Merge checkFast-forward merge possiblePassed
CINo CI workflows are configured for this repositorySkipped
AI ReviewAIAI review approvedPassed
c comment · e edit title · m merge · a approve · r request changes · ? shortcuts