fix: adjust z-index of selected place overlay in nearby search map view
This commit is contained in:
parent
0943747be3
commit
2fe7811912
@ -109,7 +109,7 @@ const NearbySearchMapView: React.FC<NearbySearchMapViewProps> = ({
|
||||
|
||||
{/* Selected Place Overlay - Only show in map view */}
|
||||
{selectedPlace && viewMode === 'map' && (
|
||||
<div className="absolute left-4 right-4 bottom-4 z-10">
|
||||
<div className="absolute left-4 right-4 bottom-4 z-0">
|
||||
<PlaceCard
|
||||
place={selectedPlace}
|
||||
onClick={() => {}}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user