@@ -229,7 +246,7 @@ export default function MapComponent({ mapData }: MapComponentProps) {
zoom={14}
center={currentLocation.coordinates}
mapTypeId={google.maps.MapTypeId.ROADMAP}
- mapContainerStyle={{ width: "100vw", height: "100vh" }}
+ mapContainerStyle={{ height: "100%", width: "100%" }}
>
{mapData.map((marker, index) => (
)}
- >
+
)
}