Hi there,
I have a site which has 10 top level navigation items currently (one being ‘home’ which I’m suggesting they remove).
The issue we have is when clicking on the hamburger the navigation completely covers the screen on non + size devices.
In this case it doesn’t actually allow you to scroll the page up/down to see the whole menu – let alone any page content behind it.
I know there are potentially reasons why (as mentioned above) but is there anything I can try to get around this, so it can scroll or allow that (or similar).
What would be your suggestion here?
Many thanks,
Jason
Hey Jason,
In Chrome mobile, I can scroll your menu and page when the menu is open. Yet I see you are using WP Rocket which has a new issue in Safari not allowing a scroll. Following code seems to fix it:
#wrap_all {
overflow-y: scroll;
}
Best regards,
Mike
Thanks Mike :)
Hi,
Glad we could help. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard
You can close it :)