StartBootstrap / startbootstrap-sb-admin

A free, open source, Bootstrap admin theme created by Start Bootstrap
https://startbootstrap.com/template/sb-admin/
MIT License
3.23k stars 2.01k forks source link

Nav not scrolling #132

Closed gorbyoz closed 4 years ago

gorbyoz commented 4 years ago

Hello.

When I add more nav-items to the navigation, they are not visible since the nav doesn't scroll down.

Any help on this would be greatly appreciated. Thanks.

P.S. awesome template!

gorbyoz commented 4 years ago

I just added this to css/sb-admin.css and it seems to be working.

.navbar-sidenav { overflow: hidden; }

Thanks.