diff --git a/app/src/MaplibreMap.tsx b/app/src/MaplibreMap.tsx index 32f3018..6e81d7d 100644 --- a/app/src/MaplibreMap.tsx +++ b/app/src/MaplibreMap.tsx @@ -381,7 +381,7 @@ function MaplibreMap(props: { file: PMTiles }) { const popup = new maplibregl.Popup({ closeButton: false, closeOnClick: false, - maxWidth: 'none', + maxWidth: "none", }); mapRef.current = map;