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