UX Improvements

This commit is contained in:
Brennan Wilkes (Text Groove) 2026-02-10 00:01:42 -08:00
parent d1cb5c9f7b
commit 4862558970

View file

@ -1030,7 +1030,7 @@ export async function renderItem($app, skuInput) {
);
// hide if within 55% of label height (tweak 0.450.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);