mirror of
https://github.com/zvx-echo6/navi.git
synced 2026-05-20 14:44:51 +02:00
fix: add z-index to zoom indicator for visibility
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
3f461dd9a8
commit
6db09fd3d3
1 changed files with 1 additions and 1 deletions
|
|
@ -979,7 +979,7 @@ const MapView = forwardRef(function MapView(_, ref) {
|
||||||
<div ref={mapRef} className="w-full h-full" />
|
<div ref={mapRef} className="w-full h-full" />
|
||||||
{/* Zoom level indicator - bottom-left corner */}
|
{/* Zoom level indicator - bottom-left corner */}
|
||||||
<div
|
<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={{
|
style={{
|
||||||
backgroundColor: "rgba(0, 0, 0, 0.6)",
|
backgroundColor: "rgba(0, 0, 0, 0.6)",
|
||||||
color: "white",
|
color: "white",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue