Change the % value for width & height
This commit is contained in:
parent
5602245ec0
commit
7e4fe071a6
@ -23,7 +23,7 @@ export function CityMap() {
|
||||
}, []);
|
||||
|
||||
return (
|
||||
<div id="map" style={{ width: '350%', height: '300%' }}></div>
|
||||
<div id="map" style={{ width: '200%', height: '900%' }}></div>
|
||||
);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user