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
While reviewing #775 I realized that the element were never really hidden but just put outside of the viewport. This is an issue as the navigation element can be reached with the keyboard.
The wrapper should have a display: none or equivalent property so these cannot be reached.
The text was updated successfully, but these errors were encountered:
While reviewing #775 I realized that the element were never really hidden but just put outside of the viewport. This is an issue as the navigation element can be reached with the keyboard.
The wrapper should have a
display: none
or equivalent property so these cannot be reached.The text was updated successfully, but these errors were encountered: