mirror of
https://github.com/LucasVbr/meeting-app.git
synced 2026-05-14 01:31:54 +00:00
fix(position api bar): position api bar
This commit is contained in:
@@ -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" }}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user