Closed ecRobertEngel closed 2 months ago
Thanks for reporting this @ecRobertEngel. I captured what you are observing in a short clip
https://github.com/user-attachments/assets/278301f1-b05b-48d5-b5b8-291de3573b99
The fix has been merged into the PWA Kit develop branch.
Summary
The reason is that
window.innerWidth
returns a value that is too large thus scrolling to far. Replace it withscrollRef.current?.offsetWidth
and it should work fine