.modal-dialog{
    overflow-y: initial !important
}
.modal-body{
    max-height: 75vh;
    overflow-y: auto;
}