mirror of
https://github.com/protomaps/PMTiles.git
synced 2026-02-04 10:51:07 +00:00
Merge pull request #176 from jamesscottbrown/patch-4
Remove max-width for tooltips
This commit is contained in:
@@ -381,6 +381,7 @@ function MaplibreMap(props: { file: PMTiles }) {
|
|||||||
const popup = new maplibregl.Popup({
|
const popup = new maplibregl.Popup({
|
||||||
closeButton: false,
|
closeButton: false,
|
||||||
closeOnClick: false,
|
closeOnClick: false,
|
||||||
|
maxWidth: "none",
|
||||||
});
|
});
|
||||||
|
|
||||||
mapRef.current = map;
|
mapRef.current = map;
|
||||||
|
|||||||
Reference in New Issue
Block a user