diff options
Diffstat (limited to 'src/components/Map.tsx')
| -rw-r--r-- | src/components/Map.tsx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/components/Map.tsx b/src/components/Map.tsx index 0e39308..070dc5c 100644 --- a/src/components/Map.tsx +++ b/src/components/Map.tsx @@ -99,10 +99,7 @@ export function Map({ slider, images }: MapProps) { return ( <div> - <div ref={mapContainer} className="map-container" style={{ - height: "100vh", - width: "100vw" - }} /> + <div ref={mapContainer} className="map-container h-screen w-screen" /> </div> ); }
\ No newline at end of file |
