I had the same issue and have used css to fix.
Try adding the following to your css file, hope this helps!
@media screen and (min-width: 769px) {
.single-thjm_jobs #thjmf_apply_now_popup .thjmf-popup-wrapper {
height: 75vh;
margin-top: 100px;
}
.single-thjm_jobs #thjmf_apply_now_popup .thjmf-popup-wrapper .thjmf-popup-footer-actions {
bottom: 14.5vh;
}
}