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
(I set the carousel on mobile to full screen width and viewport, but encountering an issue where users are unable to scroll vertically to other sections of the page when interacting with the carousel. Instead, horizontal swiping/sliding of the carousel occurs, or vertical scrolling is simply blocked, even when the component is configured to prevent its own dragging.
eg: :touch-drag="false" :mouse-drag="false"
I also tried using touch-action: pan-y but I still cannot scroll to next section when touching the carousel area.
Any idea how enable vertical scrolling to next section when touching the carousel area?