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.
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.