Burger Menu is Opening from clicking anywhere in the component.
Closed this issue · 0 comments
chaithanya009 commented
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.