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

fix: ebay-line-chart tooltip and ebay-lightbox-modal have a z-index problem #1867

Open
figueiredo-lucas opened this issue Mar 15, 2023 · 0 comments

Comments

@figueiredo-lucas
Copy link
Contributor

Bug Report

eBayUI Version: 11.2.0

Description

I want to use the ebay-line-chart within a ebay-lightbox-modal, but the tooltip has a smaller z-index than the modal, which causes it not to show up.

Workaround

Manually increase the tooltip z-index:

.highcharts-tooltip-container {
    z-index: 99999999 !important;
}

Screenshots

Modal using a very high z-index
image
Tooltip z-index is very small
image

This would be the expected outcome:
image

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

1 participant