From eb3032a97a2a195627929c56215e3f080f28aca8 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Tue, 28 Apr 2026 19:27:03 -0300 Subject: client: hoverable-tooltip: don't consider horizontal overlap going rightward ...because tooltip content already runs toward the right, and will meet the expected amount of overlap naturally --- src/static/js/client/hoverable-tooltip.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/static/js/client/hoverable-tooltip.js b/src/static/js/client/hoverable-tooltip.js index 99fe14f6..e0c74747 100644 --- a/src/static/js/client/hoverable-tooltip.js +++ b/src/static/js/client/hoverable-tooltip.js @@ -897,7 +897,7 @@ export function getTooltipFromHoverablePlacementOpportunityAreas(hoverable) { const rightRightLeft = WikiRect.leftOf( - hoverableRect.left - neededHorizontalOverlap + tooltipRect.width); + hoverableRect.left + tooltipRect.width); const leftLeftRight = WikiRect.rightOf( -- cgit 1.3.0-6-gf8a5