This is an automated email from the ASF dual-hosted git repository.

maximebeauchemin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git


The following commit(s) were added to refs/heads/master by this push:
     new 29ef8c4  Fix heatmap tooltip disappears under the slice's header 
(#4268)
29ef8c4 is described below

commit 29ef8c4af893e5d8ecf513dacd2349ce875d149d
Author: Andres Botero <[email protected]>
AuthorDate: Wed Jan 24 05:16:14 2018 +1100

    Fix heatmap tooltip disappears under the slice's header (#4268)
---
 superset/assets/visualizations/cal_heatmap.css | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/superset/assets/visualizations/cal_heatmap.css 
b/superset/assets/visualizations/cal_heatmap.css
index 0ab2087..e5e46f6 100644
--- a/superset/assets/visualizations/cal_heatmap.css
+++ b/superset/assets/visualizations/cal_heatmap.css
@@ -1,3 +1,9 @@
 .cal_heatmap .slice_container {
   padding: 10px;
+  position: static !important;
+}
+
+.cal_heatmap .slice_container .ch-tooltip {
+  margin-left: 20px;
+  margin-top: 5px;
 }

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to