Closed jamiebuilds closed 12 years ago
Fixed with CSS at bootstrap-reponsive.css:Line 381
@media all and (max-width: 980px) { .nav-collapse.collapse { overflow: hidden !important } }
@media (min-width: 980px) { .nav-collapse.collapse { height: auto !important; overflow: visible !important } }
This still should be fixed in javascript
this is a duplicate thanks!
<div class="nav-collapse">...</div>
When it is first opened adds the classes
collapse
andin
, when it is closed it removesin
but notcollapse
, this is a problem when using dropdowns after the window has been resized for a larger display.