Closed grayter1 closed 6 years ago
Hi @grayter1, sorry for late response, I was on vacation. That is the desired behaviour, because you don't need a toggle button when the offcanvas nav is disabled.
The maxWidth
is referred to screen width at which to show/hide the nav and the toggle.
If maxWidth property was set to 980 (as you provided in your github doc) toggle button hides. Also adding display: block for this toggle is not working because navigation menu is blank after toggle click.