What do I do when my modal is too big and I can’t scroll?
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
You need to set the height to a fixed number in order for the scroll to kick in.
now it worked. Thanks