diff --git a/src/views/hovertip.tsx b/src/views/hovertip.tsx index e32d1b7dd..63bee827c 100644 --- a/src/views/hovertip.tsx +++ b/src/views/hovertip.tsx @@ -18,7 +18,7 @@ export function Hovertip(props: HovertipProps) { const containerWidth = containerSize.x const containerHeight = containerSize.y - const OFFSET_FROM_MOUSE = 7 + const OFFSET_FROM_MOUSE = 20 const updateLocation = useCallback((el: HTMLDivElement | null) => { if (!el) return