Skip to content
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

Default z-index is under Bootstrap's modal. #58

Open
kyourek opened this issue Jan 29, 2014 · 6 comments
Open

Default z-index is under Bootstrap's modal. #58

kyourek opened this issue Jan 29, 2014 · 6 comments

Comments

@kyourek
Copy link

kyourek commented Jan 29, 2014

The default theme's z-index of '100' is less than the z-index of Bootstrap's modal dialog, causing the tooltip to be hidden when the default theme is used for plots shown in a modal.

The minimum z-index I used to make the tooltip visible was '1040' (which is the z-index of Bootstrap's .modal class).

This issue is easily rectifiable by altering the z-index on either the tooltip or the modal, but, with the popularity of Bootstrap, it might be a good idea to have tooltips in modals "just work".

@krzysu krzysu closed this as completed in 66d398f Feb 7, 2014
@awmeade
Copy link

awmeade commented Oct 14, 2014

This issue seems to have returned with Bootstrap 3. Tooltips are hidden with the 1040 index value. When I made them arbitrarily large (e.g., 1240), they reappeared.

@krzysu krzysu reopened this Nov 3, 2014
@briedis
Copy link

briedis commented Jul 21, 2015

+1 .tooltip { z-index:1240; } helps!

@tomascharad
Copy link

+1!!

@brandonrohde
Copy link

+1!

@Carenthir
Copy link

In my version of the plugin, the actual class is called "flotTip".
So for me, this helped : .flotTip { z-index: 9999 !important; }

@nam-bash
Copy link

+1 .tooltip { z-index:1240; } also work's for me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants