On pages with secondary navigation, hamburger menu contains tab stops for primary navigation #10704
Open
7 tasks done
Labels
bug
An error in the Docusaurus core causing instability or issues with its execution
status: needs triage
This issue has not been triaged by maintainers
Have you read the Contributing Guidelines on issues?
Prerequisites
npm run clear
oryarn clear
command.rm -rf node_modules yarn.lock package-lock.json
and re-installing packages.Description
When accessing the hamburger menu on pages where
Reproducible demo
docusaurus.io
Steps to reproduce
Docs
Expected behavior
All focus steps are visible and from logo, dark mode, menu close button, we'll go to 'Back to main menu' and then 'Introduction', etc (each of the individual pages)
Actual behavior
After the menu close button, the next tab stop is invisible, it is the main navigation, that is currently hidden from view using CSS.
Your environment
This happens on latest; I can reproduce it on docusaurus.io so did not make a specfic test case.
Self-service
The text was updated successfully, but these errors were encountered: