@arminunruh the menu bar background drops below the bar height (white). I just want the background to drop from the top (0) till the bottom filling the entire screen.
I tried to push up the background using the following css but its 40px short at the bottom. thanks.
nav.mobile-nav {
top: 0!important;
z-index: 33;
}