responsive-pure-css-menu icon indicating copy to clipboard operation
responsive-pure-css-menu copied to clipboard

Hide navigation when you navigate in mobile device

Open mmanishh opened this issue 2 years ago • 1 comments

Hi,

Thanks for the awesome tutorial. I have a query and issue. I implemented your hamburger style nav for mobile devices but the problem with that whenever i click one of the nav in mobile, it doesnt disappear. I am using NuxtJS framework based on VueJs. I can do it programatically when i click one of the nav link, I check the checkbox. But is there any other option you could hide that nav overlay.

Screenshot Attached:

image

mmanishh avatar May 09 '22 10:05 mmanishh

Hi Glad the tutorial was helpful. On your issue, how about adding an event listener and updating the overlay's height

Ivy-Walobwa avatar May 10 '22 17:05 Ivy-Walobwa