darkroomengineering / lenis

How smooth scroll should be

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Horizontal scrolling in mobile view.

AasimFarooqi opened this issue · comments

So, I have implemented lenis in my web app. The issue is I have a gallery with display: flex; which overflows to right, due to this when I change to mobile view first the resize is not correct. And the page is horizontally scrollable, if I add overflow: hidden; the issue of resize is corrected but now the touch scroll stops. I would appreciate help on this.

Can you provide a reproduction link ?

The issue is solved, I had to use wrapper property on the actual scrollable content not the html.