.modal-body{
    max-height: calc(100vh - 175px);
    overflow-y: auto;
    overflow-x: clip;
}