Scrollable area in the modal

Hi, I have a question about scrolling in a modal with swipeToClose set to true. I have a scrollable area (some height with overflow auto), but it closed the modal when I was trying to scroll my area. I found that if I use ion-content in the modal, it works as it should. But ion-content is hard to restyle (I mean some display: flex stuff) and its behavior is different on ios and android.

So the question is, is there any proper way to have scrollable elements inside such modals?

I use “@ionic/angular”: “^5.5.2”

You can try this modals with ionic framework in combination. Scroll is allowed.

Looks interesting, thanks!