-
Notifications
You must be signed in to change notification settings - Fork 154
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
Comments
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. |
+1 |
+1!! |
+1! |
In my version of the plugin, the actual class is called "flotTip". |
+1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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".
The text was updated successfully, but these errors were encountered: