From 48625589702cc6131de461063d15652d441ca8fc Mon Sep 17 00:00:00 2001 From: "Brennan Wilkes (Text Groove)" Date: Tue, 10 Feb 2026 00:01:42 -0800 Subject: [PATCH] UX Improvements --- viz/app/item_page.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/viz/app/item_page.js b/viz/app/item_page.js index d3d018d..340d4a5 100644 --- a/viz/app/item_page.js +++ b/viz/app/item_page.js @@ -1030,7 +1030,7 @@ export async function renderItem($app, skuInput) { ); // hide if within 55% of label height (tweak 0.45–0.75) - const COLLIDE_PX = Math.max(6, h * 0.55); + const COLLIDE_PX = Math.max(6, h * 0.75); for (const my of markerYs) { const pmy = this.getPixelForValue(my);