I have a fixed nav bar that contains a dropdown menu. The button that triggers that dropdown menu has a tooltip associated to it. Because the fixed nav bar uses position: fixed, I can't set the z-index of the dropdown higher than the tooltip. (the tooltip div sits outside the nav stacking context). I want the dropdown to cover the tooltip, but I can't do it with z-index. Has anyone else run into this?
-- You received this message because you are subscribed to the Google Groups "twitter-bootstrap" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
