I\'m using twitter bootstrap dropdown menu in a fixed navbar at the top of my page.
It all works fine but am having issues with the drop down menu items showing behi
I had the same problem and after reading this topic, I've solved adding this to my CSS:
.navbar-fixed-top { z-index: 10000; }
because in my case, I'm using the fixed top menu.