fixed zIndex-jungle

This commit is contained in:
PxlLoewe
2025-07-24 15:51:13 -07:00
parent a5c4a1dc7c
commit b6759e0b6c
3 changed files with 9 additions and 9 deletions

View File

@@ -37,7 +37,7 @@ const Map = () => {
return (
<MapContainer
ref={ref}
className="flex-1 bg-base-200"
className="bg-base-200 z-10 flex-1"
center={map.center}
zoom={map.zoom}
fadeAnimation={false}