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.05k stars 586 forks source link

fixed tab index order in case of customBurgerIcon #406

Closed fabb closed 4 years ago

fabb commented 4 years ago

moved customBurgerIcon div ABOVE the bm-menu-wrap div so when the menu is open and the burger button is focused, and pressing Tab, the focus moves to the first menu element.

fixes #405

negomi commented 4 years ago

Thanks for this! 🎉