mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-07-16 17:11:58 +00:00
c05ab7a388
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.