Files
prowler/ui/hooks
alejandrobailo c05ab7a388 fix(ui): use ResizeObserver in useScrollHint to prevent false positives
Replace requestAnimationFrame + window resize listener with
ResizeObserver on the container element. The single rAF fired before
content was fully laid out, causing the scroll hint to appear when
there was no overflow. Bump threshold from 2px to 4px to avoid
sub-pixel rounding noise.
2026-02-24 16:30:44 +01:00
..