SyntaxFix
Write A Post
Hire A Developer
Questions
Pure CSS solution, using calc
.modal-body { max-height: calc(100vh - 200px); overflow-y: auto; }
200px may be adjusted in accordance to height of header & footer