How to create inner scroll inside ionic modal / bottom sheet

I have popup like below i need to make scrollable inside list how to do it.I tried various method didnt work.this is ionic angular

The best way would be to use the ion-header, ion-content, and ion-footer within your ion-modal. The key is to use the ion-content but from your example it looks like you need a fixed header and footer too.

If you are using a Sheet Modal, note that scrolling is not supported yet when not fully expanded - Issue.