We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
Manually increase the tooltip z-index:
.highcharts-tooltip-container { z-index: 99999999 !important; }
Modal using a very high z-index Tooltip z-index is very small
This would be the expected outcome:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
Screenshots
Modal using a very high z-index


Tooltip z-index is very small
This would be the expected outcome:

The text was updated successfully, but these errors were encountered: