You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Took a quick look at this, I'm leaning towards the centering since the issue right now is that there is overflow: auto on the container which we need but contradicts the overflow: visible the tooltip (child) needs.
Example:![image](https://cloud.githubusercontent.com/assets/4300850/16813762/e0c8a598-48e7-11e6-8219-528377ad4667.png)
The cal_heatmap visualization does not have this problem in the home page of caravel, because it can overlay the hover window on the outside content.
Maybe we can move the cal_heatmap in the middle or enable content overlay.
The text was updated successfully, but these errors were encountered: