diff --git a/src/client/src/components/map/WebGLMap.tsx b/src/client/src/components/map/WebGLMap.tsx index c08de09..e63e19b 100644 --- a/src/client/src/components/map/WebGLMap.tsx +++ b/src/client/src/components/map/WebGLMap.tsx @@ -2650,10 +2650,10 @@ export const WebGLMap = observer(() => { onTouchEnd={handleClusterClick} style={{ position: "absolute", - left: iconLeft - 25, - top: iconTop - 25, - width: iconSize + 50, - height: iconSize + 50, + left: iconLeft, + top: iconTop, + width: iconSize, + height: iconSize, pointerEvents: "auto", cursor: "pointer", userSelect: "none", @@ -2669,8 +2669,6 @@ export const WebGLMap = observer(() => {