mirror of
https://github.com/samsonjs/spirit-tracker.git
synced 2026-03-25 09:25:51 +00:00
UX Improvements
This commit is contained in:
parent
d1cb5c9f7b
commit
4862558970
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue