bootstrap-side-navbar
bootstrap-side-navbar copied to clipboard
Responsive sidebar navigation for Bootstrap 3
The dropdown in the expanded navbar doesn’t seem to be a dropdown. When the navbar is collapsed it works correctly.
Sam, any plans to adapt this for Bootstrap 4? I'm struggling to make the adjustments myself. `Position: fixed` does not seem to agree well with the flex layout. Thanks, Daniel
If i take the [demo](http://i.imgur.com/JGYRfPR.png) and I try to apply a `width` to `.container-fluid` so it doesn't use the whole screen, the sidebar and the main content overlap. How can...
When the screen is small, you see the "hamburger button" to toggle the sidebar visibility. In my Angular app, nothing happens when I tap the button. There are no errors...