abotero opened a new pull request #4268: BugFix(#3573) Fix heatmap tooltip 
disappears under the slice's header
URL: https://github.com/apache/incubator-superset/pull/4268
 
 
   The issue is that the container has the css properties:
   
   overflow: hidden;
   position: relative;
   
   This makes the tooltip disappear. 
   
   Besides fixing this, the tooltip wasn't displayed above the cursor due to 
the padding in the parent container so I added a bit of margin to compensate it 
and now it displays properly. 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to