Change CSS and width

This commit is contained in:
Alireza Adli 2023-10-12 11:55:18 -04:00
parent 789aae47b4
commit 69298726d3
2 changed files with 2 additions and 1 deletions

View File

@ -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>
);
}

View File

@ -1,4 +1,5 @@
.map-container {
position: absolute;
top: 76px; /* sync with header positioning*/
bottom: 0;
left: 0;