Problem with modal

What do I do when my modal is too big and I can’t scroll?


set the overflow to auto to add scroll bars

I tried this and it didn’t work… do you apply it to the dialog or container (content)?

Apply it to the content, you may need to make a wrapper div

It didn’t work… I already have a content div and elements inside and overflow activated.

You need to set the height to a fixed number in order for the scroll to kick in.

now it worked. Thanks