The dark grey is your desktop Nav, it’s hidden because of custom CSS changes that have been made.
You should override desktop CSS for the small screens, an example is:
@media (max-width: 979px) and (min-width: 768px) {
#header-section > #main-nav {
height: 100% !important;
}
}