_modal.scss 244 B

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