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.
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 addoverflow: hidden;
the issue of resize is corrected but now the touch scroll stops. I would appreciate help on this.