Skip to content

Commit

Permalink
Fix heatmap tooltip disappears under the slice's header (#4268)
Browse files Browse the repository at this point in the history
  • Loading branch information
abotero authored and mistercrunch committed Jan 23, 2018
1 parent 718230c commit 29ef8c4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions superset/assets/visualizations/cal_heatmap.css
Original file line number Diff line number Diff line change
@@ -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;
}

0 comments on commit 29ef8c4

Please sign in to comment.