Change height
This commit is contained in:
parent
b77b6dc0d1
commit
b2e2229463
@ -23,7 +23,7 @@ export function CityMap() {
|
||||
}, []);
|
||||
|
||||
return (
|
||||
<div id="map" style={{ width: '100%', height: '100vh' }}></div>
|
||||
<div id="map" style={{ width: '100%', height: '650px' }}></div>
|
||||
);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user