niquini
(Wanderson Niquini)
1
What do I do when my modal is too big and I can’t scroll?
sam1
(sam)
2
set the overflow to auto to add scroll bars
niquini
(Wanderson Niquini)
3
I tried this and it didn’t work… do you apply it to the dialog or container (content)?
sam1
(sam)
4
Apply it to the content, you may need to make a wrapper div
niquini
(Wanderson Niquini)
5
It didn’t work… I already have a content div and elements inside and overflow activated.
Broberto
(Rob)
6
You need to set the height to a fixed number in order for the scroll to kick in.