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

Burger Menu is Opening from clicking anywhere in the component. #504

Closed chaithanya009 closed 2 months ago

chaithanya009 commented 9 months ago

This issue can be fixed by disabling customBurgerIcon or adding style to burgerButtonClassName like this .burger { color: white; height: 30px; width: 30px; position: fixed; z-index: 1000000000; } to it but out of the box it is opening from clicking anywhere in the component.