fix(position api bar): position api bar

This commit is contained in:
Laurian-Dufrechou
2023-05-20 15:49:22 +02:00
parent 36182eb47b
commit 9f9595f94f
2 changed files with 7 additions and 9 deletions
+1 -2
View File
@@ -41,9 +41,8 @@ export default function MapComponent(props: any) {
) : (
<MapContainer
center={location}
maxZoom={18}
zoom={13}
minZoom={8}
minZoom={6}
zoomControl={false}
style={{ width: "100vw", height: "100vw" }}
>