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 z-index bug for .sparkline-tooltip in StagePerformance details page. #1113

Merged
merged 1 commit into from Jul 15, 2019

Conversation

zijian-qiao
Copy link
Contributor

@zijian-qiao zijian-qiao commented Jul 12, 2019

z-index of .sparkline-tooltip (100) is smaller than that of #operator-detail-modal (1050), so when we go into query detail page → click Stage Performance → click one specific operator → hover on any of statistic, we cannot see the tooltip clearly.
I think 1051 is ok, but I am not sure if it will have impact on other components.

We cannot see the tooltip clearly, because it is under the modal layer
now.
@cla-bot cla-bot bot added the cla-signed label Jul 12, 2019
@sopel39
Copy link
Member

sopel39 commented Jul 12, 2019

Should we set it to something like 10000 just in case?

@zijian-qiao
Copy link
Contributor Author

Should we set it to something like 10000 just in case?

I am not so familiar with related code, so I'm not sure whether it will have impact on other components if we set it too high. But in my opinion, it is ok to set it higher.

@sopel39 sopel39 merged commit cb464ca into trinodb:master Jul 15, 2019
@sopel39
Copy link
Member

sopel39 commented Jul 15, 2019

please add release notes to: #1098

@zijian-qiao zijian-qiao mentioned this pull request Jul 15, 2019
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

None yet

2 participants