/* Important part */
.myreport .modal-dialog {
    overflow-y: initial !important
}

.myreport .modal-body {
    max-height: calc(100vh - 200px);
    overflow-y: auto;
}