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?
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?
Hi @kevinwasie
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:
Does that help?