Why is my menu background disappearing on desktop view?

Hello. I’ve recently had an issue with my menu background cutting off (see image). The menu links are still there, but the white background just stops. The issue does not exist when my site is opened in a mobile browser, however from a computer (not in full screen mode), it happens when a user selects the hamburger menu and scrolls down. Please help me fix this to where the background color fills the entire menu.

You might be able to tell, but the rest of the menu links are still there, but they’re very difficult to read without the background.

Site link: https://dapperdesigns.store/

Hi @Erika_Cappa , add this line to your theme.css file, layout will be fixed.

.mobile-menu {
 height: 100% !important;
}

That worked. Thank you!

1 Like