Add a check for map bounds in token menu

Removed hard coded dead zones in proxy token
This commit is contained in:
Mitchell McCaffrey
2020-04-14 09:41:10 +10:00
parent 6c12ab39f7
commit 7b7435f55a
4 changed files with 28 additions and 18 deletions

View File

@@ -121,7 +121,7 @@ function Map({
>
<Image
ref={mapRef}
id="map"
className="mapImage"
sx={{
width: "100%",
userSelect: "none",