This is a bug in Divi 4. To fix, add the following CSS code under your Fullwidth Header Module > Advanced > Custom CSS > Free-Form CSS:
@media (max-width:980px) {
selector, selector .et_pb_fullwidth_header_container{
min-height: 100vh !important;
}
}
Code language: CSS (css)