SyntaxFix
Write A Post
Hire A Developer
Questions
I had the same problem with bootstrap 3 and the modal-body div's height not wanting to be greater than 442px. This was all the css needed to fix it in my case:
.modal-body { overflow-y: auto; }