
.modal-body.scroll {
    max-height: calc(100vh - 200px);
    overflow-y: auto;
}
