You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 9, 2022. It is now read-only.
I have a container that takes up 100% of the page width that I need to have scroll horizontally and snapped using touch input only.
The issue that I have is when I'm scrolling the page and I come to the container (in the middle of the page) and I try to scroll further down the page it attempts to starts scroll movement, thus stopping page scroll.
I have disabled overflow-y on the container, scrollingY, etc. but nothing seems to matter.
So far, the only way I can fix this is by increasing scrollBoundary to 300, but that requires too much movement to scroll.