0

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)

enter image description here

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.

enter image description here

What do I do so that the Div DIV-SCROLL has its own horizontal scroll?

Marcius Bezerra
  • 137
  • 1
  • 2
  • 11

1 Answers1

2

Just add css class "swiper-no-swiping" for div with horizontal scroll. Refer to SwiperJS api

Felix
  • 423
  • 1
  • 4
  • 8