diff --git a/app/(main)/ClientComponents/MapTooltip.tsx b/app/(main)/ClientComponents/MapTooltip.tsx index 70eace3..b77abe6 100644 --- a/app/(main)/ClientComponents/MapTooltip.tsx +++ b/app/(main)/ClientComponents/MapTooltip.tsx @@ -23,7 +23,7 @@ const MapTooltip = memo(function MapTooltip() { style={{ left: tooltipData.centroid[0], top: tooltipData.centroid[1], - transform: "translate(-50%, -50%)", + transform: "translate(10%, -50%)", }} onMouseEnter={(e) => { e.stopPropagation();