Reputation: 149
In the image below, I have two Divs, each one is inside an ion-slide, they move horizontally because they are in the ion-slide component (DivA and DivB)
Inside the DivA (blue), as shown in the image below, I have a Div (DIV-SCROLL) (red) that should have a horizontal scroll as well. However, when trying to scroll on the DIV-SCROLL, the ion-slides moves the entire DivA (blue) to the left.
What do I do so that the Div DIV-SCROLL has its own horizontal scroll?
Upvotes: 0
Views: 780
Reputation: 433
Just add css class "swiper-no-swiping" for div with horizontal scroll. Refer to SwiperJS api
Upvotes: 2