Cannot scroll modal after confirmation on mobile

I’m testing my site on my android phone.
I have a modal that has a button that triggers a confirmation using the flow action.

Accepting the confirmation it runs its routine and closed modal. All good.

But When I cancel the confirmation, the focus shifts to background page, and I can no longer scroll the modal. Instead it scrolls the parent page. Buttons still work. But scrolling the long modal stops working.

So what happens when you tap inside the modal and scroll it?

The main page behind it scrolls, i can see it scrolling from small gaps on the sides. (buttons and X works.)

I need a link to this page where i can test it.

Try placing the modal at the bottom of your source just before the closing body tag.

What if you set your Modal to ‘Scrollable’?

Yes that worked! didn’t see that option. thanks!

1 Like

Glad that works for you. Good luck with your project! :slight_smile: