fix: add z-index to zoom indicator for visibility

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Matt 2026-04-26 00:07:54 +00:00
commit 6db09fd3d3

View file

@ -979,7 +979,7 @@ const MapView = forwardRef(function MapView(_, ref) {
<div ref={mapRef} className="w-full h-full" />
{/* Zoom level indicator - bottom-left corner */}
<div
className="absolute bottom-4 left-4 px-2 py-1 rounded-full text-xs font-mono pointer-events-none"
className="absolute bottom-4 left-4 z-50 px-2 py-1 rounded-full text-xs font-mono pointer-events-none"
style={{
backgroundColor: "rgba(0, 0, 0, 0.6)",
color: "white",