-
Notifications
You must be signed in to change notification settings - Fork 121
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: apply positioning to hidden tooltip #716
fix: apply positioning to hidden tooltip #716
Conversation
Codecov Report
@@ Coverage Diff @@
## master #716 +/- ##
==========================================
+ Coverage 74.80% 75.16% +0.36%
==========================================
Files 265 280 +15
Lines 8541 8842 +301
Branches 1714 1741 +27
==========================================
+ Hits 6389 6646 +257
- Misses 2099 2138 +39
- Partials 53 58 +5
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested built and packages on kibana (lens and discover) looks to fix issue.
## [19.5.2](v19.5.1...v19.5.2) (2020-06-16) ### Bug Fixes * apply fixed positioning to hidden tooltip ([#716](#716)) ([12b1135](12b1135))
🎉 This PR is included in version 19.5.2 🎉 The release is available on: Your semantic-release bot 📦🚀 |
## [19.5.2](elastic/elastic-charts@v19.5.1...v19.5.2) (2020-06-16) ### Bug Fixes * apply fixed positioning to hidden tooltip ([opensearch-project#716](elastic/elastic-charts#716)) ([8c23363](elastic/elastic-charts@8c23363))
Summary
Fix the scrollbar appearance when showing a tooltip on Lens/Kibana.
This was caused by the
invisible
class and its child taking space on the bottom of the page before popperjs can position the tooltip on the page