darkroomengineering / lenis

How smooth scroll should be
https://lenis.darkroom.engineering
MIT License
9.16k stars 388 forks source link

Horizontal scrolling in mobile view. #355

Closed AasimFarooqi closed 5 months ago

AasimFarooqi commented 5 months ago

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.

clementroche commented 5 months ago

Can you provide a reproduction link ?

AasimFarooqi commented 5 months ago

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