A long mobile menu misbehaving
-
My mobile menu is longer than the screen height. When I scroll down, the background of the menu scrolls away resulting in the menu items difficult to read.
I can easily reproduce this issue in the NanoSpace demo by adding
padding: 5em 0;
to the.nanospace-header-section-vertical .nanospace-header-menu .menu-item
CSS selector using the browser developer tools.I tried to include this CSS code into my child theme:
.nanospace-popup-background { position: fixed; }
It corrects the background behavior but makes the close button not clickable same time. Is there any way to make the menu work properly?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘A long mobile menu misbehaving’ is closed to new replies.