Created by: tagliala
Dear all,
I noticed a wrong behaviour when using collapse, dropdown menus and the responsive layout.
You can check it out yourselves on your examples page:
http://twitter.github.com/bootstrap/components.html#navbar
- Reduce the width of the page until the navbar "project name" collapses (scroll down the page and find the navbar again)
- Click on the collapse button
- Expand the page again until the navbar "project-name" un-collapses
- Click on the dropdown menu
It will not appear 'cause bootstrap remembers that the navbar is collapsed and the overflow property is hidden
This patch adds
overflow : visible !important;
at line 398 of bootstrap-responsive.less