responsive bug fixing2

This commit is contained in:
nabijonovdavronbek619@gmail.com
2025-11-04 16:34:55 +05:00
parent 0527b4bb20
commit 44ab51d914
5 changed files with 53 additions and 47 deletions

View File

@@ -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" }} />
</>
);
}