Enlarge the map by changing the height value
This commit is contained in:
parent
e5cc456d6b
commit
71dc5bb1a7
@ -23,7 +23,7 @@ export function CityMap() {
|
|||||||
}, []);
|
}, []);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div id="map" style={{ width: '350%', height: '600px' }}></div>
|
<div id="map" style={{ width: '350%', height: '620px' }}></div>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user