Problem/Motivation
When narrowing down the browser window so the navigation switches to the mobile version the X
button is excluded from the tabindex and not reachable by the keyboard. But on the desktop you not only reach the mobile version by narrowing down the window width but also if you zoom into your browser window. So they close button not accessible to the keyboard is relevant for desktop users as well.
Steps to reproduce
- Either narrow down the window width or zoom into your browser window until the navigation switches to the mobile version
Proposed resolution
remove the tabindex=-1
and maybe also add the option to collapse the navigation in the mobile version by pressing the ESC button