darkroomengineering / lenis

How smooth scroll should be

Home Page:https://lenis.darkroom.engineering

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

On very first load of the website, not able to scroll till the end

EmpChirag opened this issue · comments

Hello there, I am new to lenis. I have implemented lenis with gsap in my react website but on the very first load of my website, I am not able to scroll till the bottom some height remains and scroll stops before the bottom. Help will be appreciated. Thanks.

Here is my website url. https://solusent.com/

Remove the height you used on html and body, it's falsing the dimensions

hi @clementroche , thanks for the quick response. I have added that height for testing only even without it, still same issue is there. please check I have removed the height now.

your body is still height:100vh, this is wrong

@clementroche thanks, It is working proper now.