-
-
Notifications
You must be signed in to change notification settings - Fork 79k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Popover has wrong z-index and gets hidden behind the nav bar #5043
Comments
@fat I think this needs to be solved via JS give your recent changes to popover/tooltip positioning, no? |
That has been fixed in 2.1.2, commit 88b1e44, because the popover is derived from the tooltip |
Hi @koenpunt No problem here it is: http://jsfiddle.net/houmie/XRSFr/3/ Hope that helps, |
My bad, did run |
@houmie the z-index issue is solved via js in 2.1.2: http://jsfiddle.net/XRSFr/5/ |
Closing out. |
Thank you guys. |
This issue seems be back again with static navbars.. |
@LeleDev Please open a new issue with a JS Fiddle (or similar) that demonstrates the problem. Thanks. <3 |
@LeleDev Seems to be working okay AFAICT: http://jsfiddle.net/X5n5F/1/ |
<div class="navbar navbar-fixed-top"> <div class="navbar-inner"> <div class="container"> <div class="nav pull-right"> <div class="cb_inline_block"> <a class="btn btn-small cb_inline_block icon timezone_help" data-content="{% trans 'hahaha' %}" rel="popover" href="#" data-original-title="{% trans 'Time Zone' %}"><i class="icon-question-sign icon-large"></i></a>
http://i.imgur.com/0bNqZ.png
The popup button is on the navbar, but the message gets hidden underneath.
I checked it with Firebug and it seems navbar has a z-index of 1030, while the popover message has a index of 1010.
The text was updated successfully, but these errors were encountered: