Scroll horizontal scrolling issues on mobile devices

0

When creating a menu with horizontal scroll, no matter how well it works on the computer, I always have problems with touch devices.

For example: Creating cards for mobile browsing, what happens is that when scrolling sideways, the site also scrolls up and down at the same time, not limiting the action only to horizontal while the action is in that div .

I have tried user touch-action: pan-x; and derivatives, but it still does not work.

Sample code at this link link

I'm currently using Owl Carousel.

    
asked by anonymous 18.04.2018 / 14:59

0 answers