diff --git a/src/components/Map.js b/src/components/Map.js index fd02740..51a523c 100644 --- a/src/components/Map.js +++ b/src/components/Map.js @@ -214,6 +214,7 @@ function Map({ left: 0, right: 0, bottom: 0, + pointerEvents: "none", }} > {Object.values(tokens).map((token) => ( @@ -259,7 +260,6 @@ function Map({ }} /> {mapImage} - {mapTokens} + {mapTokens}