In my Ionic 4 app there's an ion-split-pane. Inside the ion-split-pane there's a ion-router-outlet where goes my ionic page.
Inside the page we are trying to implement a kanban with columns. We are trying to implement the capacity to move itens among columns using drag and drop.
But when there is horizontal scroll, in the place where the columns are inside, we cannot drop the itens.
We are using Angular Material's drag and drop.
How can we implement a drag and drop inside a scrollpane in a ionic split pane?