From 29ef8c4af893e5d8ecf513dacd2349ce875d149d Mon Sep 17 00:00:00 2001 From: Andres Botero Date: Wed, 24 Jan 2018 05:16:14 +1100 Subject: [PATCH] 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 0ab2087262..e5e46f6c22 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; }