.modal-body { // Adjust the height by subtracting the footer and the footer // show https://stackoverflow.com/questions/24166568/set-bootstrap-modal-body-height-by-percentage/26078942 max-height: calc(100% - 120px); overflow-y: auto; }