Change CSS and width
This commit is contained in:
parent
789aae47b4
commit
69298726d3
@ -23,7 +23,7 @@ export function CityMap() {
|
||||
}, []);
|
||||
|
||||
return (
|
||||
<div id="map" style={{ width: '100%', height: '100vh' }}></div>
|
||||
<div id="map" style={{ width: '900px', height: '100vh' }}></div>
|
||||
);
|
||||
}
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
.map-container {
|
||||
position: absolute;
|
||||
top: 76px; /* sync with header positioning*/
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
|
Loading…
Reference in New Issue
Block a user