responsive bug fixing2
This commit is contained in:
@@ -71,7 +71,7 @@ export default function GoogleMap({
|
||||
src={`https://maps.googleapis.com/maps/api/js?key=${process.env.NEXT_PUBLIC_GOOGLE_MAPS_API_KEY}&callback=initMap`}
|
||||
strategy="afterInteractive"
|
||||
/>
|
||||
<div ref={mapRef} style={{ width: "100%", height: "500px", overflow: "hidden" }} />
|
||||
<div ref={mapRef} style={{ width: "100%", height: "600px", overflow: "hidden" }} />
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user