Skip to content

Commit bc81441

Browse files
committed
fix: move map layer control to bottom-left to avoid toolbar overlap
1 parent cbc4988 commit bc81441

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ data/
88
tsconfig.tsbuildinfo
99
*.tsbuildinfo
1010
*.kmz
11+
audit-*.png

packages/frontend/src/components/map/MapView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ export function MapView() {
225225
className="h-full w-full z-0"
226226
zoomControl={false}
227227
>
228-
<LayersControl position="topright">
228+
<LayersControl position="bottomleft">
229229
<LayersControl.BaseLayer checked name="Street">
230230
<TileLayer
231231
attribution='&copy; <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a>'

0 commit comments

Comments
 (0)