negomi / react-burger-menu

:hamburger: An off-canvas sidebar component with a collection of effects and styles using CSS transitions and SVG path animations
http://negomi.github.io/react-burger-menu/
MIT License
5.04k stars 582 forks source link

Menu content should appear in tab order AFTER the menu button #405

Closed fabb closed 3 years ago

fabb commented 3 years ago

Current issue: When tabbing to the menu button and pressing enter, the menu appears. The menu content will not be accessible when pressing Tab, because it appears BEFORE in the DOM.

Solution: Move the bm-menu-wrap div AFTER the menu button div.