julianfresco / broen

A starter theme for admin dashboards in front-end frameworks. Demo:
https://julianfresco.github.io/broen
0 stars 0 forks source link

max-height conflict with bootstrap on `.navbar-collapse` class #12

Closed julianfresco closed 8 years ago

julianfresco commented 8 years ago

Suggested fix:

.broen-navbar.navbar-collapse {
    max-height: initial;
}