This is a video demo: https://youtu.be/nV2cNCF7RQM
For a brief explanation, I’m attempting to scroll to the bottom of the page, but my scrollbar is sort of “stuck there”. You can see that my browser scrollbar hasn’t reached the bottom but I’m unable to reach the end. I can manually force and drag the scroll bar to the bottom, but the moment I release, the page springs back to its old position. This also seems to affect other scrollTrigger related elements I have on my page and shifts the scrollTrigger positioning as well.
I do have quite a bit of custom code running on my page for smooth scroll (lenis), GSAP, and canvas embeds. In addition, I also have a sticky section and sections following that with negative margin-top values to shift them up.
Among all this, I’m not really sure where the problem is since I’m not getting any console log errors. I would appreciate any insight into this– thank you!
Page link
Webflow read-only link
I have most of my javascript hosted elsewhere for cleanliness. If it helps to see that, I can find a way to share it.