Make Modal Scrollable

Is it possible to display a modal and make it so that it is scrollable?

I’m displaying a modal that is to high for the view (on a phone) and there is no way for the user to scroll down.

Any way to make that happen?

1 Like

Hi @kevinwasie :wave:

Yes, it is.

In the example below, I set the max-height of a container inside my modal to 400px. Then I change the display overflow to scroll:

CleanShot 2022-06-20 at 17.52.51

Does that help?

1 Like