Not being able to scroll down on live site


Here is my site Read-Only: LINK
(how to share your site Read-Only link)

Hey Agha,

If you want the community to be able to help you, you’ll need to share your readonly designer link and your published site link, both to the page you’re having problems with.

https://preview.webflow.com/preview/translite-global?utm_medium=preview_link&utm_source=designer&utm_content=translite-global&preview=be98aa4de6c12344ad56c47f1ef8b5b2&pageId=66f1d43a69f0583f9cbb75a4&itemId=66f1fa1e9ca9c5f61c99852f&locale=en&workflow=preview

Likely caused by lenis miscalculating the height of the page, most probably because of lazy loading assets like images. You can fix this by setting a width and height attribute to your images.

To check if that will help you, make the images load eagerly on that page and try again.

Thanks for pointing out the issue lenis is actually the reason but still after giving specific width & height to images it doesn’t allow me scrolling down.

Not a lot of time to pinpoint the precise reason, but as long as you understand the principle behind the issue you’re facing, I hope you’re able to find the issue by yourself.

Basically, Lenis is loading at a time that your page is of height X. But once you use the page, scroll down and/or more things/images are loaded, the page grows in size (X+200px for example).

This is the cause of the issue. I hope that with that you can find what’s causing it.

Did you fix it @MR_AGHA ? I’m no longer seeing the issue here