When using the Bootstrap 3 dropdown-menu within a dynamically generated container, I am encountering an issue where the dropdown-menu appears behind the newly created elements. Please refer to the image for visual clarification.
The container item has position: relative; z-index: 1;
set, while the dropdown-menu has
position: absolute; z-index: 10000;
.
I have also experimented with setting the z-index of btn-group higher but it did not resolve the problem.
You can view a working example on this fiddle link: http://jsfiddle.net/sGem8/