Merge pull request #176 from jamesscottbrown/patch-4

Remove max-width for tooltips
This commit is contained in:
Brandon Liu
2023-05-18 18:42:15 +08:00
committed by GitHub

View File

@@ -381,6 +381,7 @@ function MaplibreMap(props: { file: PMTiles }) {
const popup = new maplibregl.Popup({
closeButton: false,
closeOnClick: false,
maxWidth: "none",
});
mapRef.current = map;