I\'m using Bootstrap for a section of my website. I mix accordion with a dropdown button. The problem comes when the button is on the bottom, the drop-down is hidden since the .
This is all you should need to add to make the dropdown menu show:
#collapseThree { overflow: visible; }
http://jsfiddle.net/DBQU7/6/