mirror of
https://github.com/protomaps/PMTiles.git
synced 2026-02-04 02:41:09 +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({
|
||||
closeButton: false,
|
||||
closeOnClick: false,
|
||||
maxWidth: "none",
|
||||
});
|
||||
|
||||
mapRef.current = map;
|
||||
|
||||
Reference in New Issue
Block a user