You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem
When the viewport is less than 780px (mobile width) and the navigation is closed the nav links are still clickable.
Steps to reproduce
Install wordpress
Install the WP Indigo theme
Create a Menu with location "Primary Menu"
Go to the home page
Resize the window to less than 780px
Try to click where the links would be if the navigation were opened
Expected Output
I excepted the links to not be clickable when the navigation is closed
System Setup
Operating System: Windows 10
Local Development Environment: XAMPP
Wordpress Version: 5.7
Additional Info
I have no other plugins installed and I've tested this on a fresh copy of wordpress, so I think its a bug in the code.
I believe this is just a simple fix and the links just need the visibility: hidden property when closed. I'd be happy to work on this and submit the PR soon.
The text was updated successfully, but these errors were encountered:
Problem
When the viewport is less than 780px (mobile width) and the navigation is closed the nav links are still clickable.
Steps to reproduce
Expected Output
I excepted the links to not be clickable when the navigation is closed
System Setup
Operating System: Windows 10
Local Development Environment: XAMPP
Wordpress Version: 5.7
Additional Info
I have no other plugins installed and I've tested this on a fresh copy of wordpress, so I think its a bug in the code.
I believe this is just a simple fix and the links just need the visibility: hidden property when closed. I'd be happy to work on this and submit the PR soon.
The text was updated successfully, but these errors were encountered: