@media only screen and (max-height: 768px) {
  .modal-body {
    overflow-y: auto;
    max-height: 480px;
  }
}

