Fix heatmap tooltip disappears under the slice's header (#4268)

This commit is contained in:
Andres Botero 2018-01-24 05:16:14 +11:00 committed by Maxime Beauchemin
parent 718230cdf2
commit 29ef8c4af8
1 changed files with 6 additions and 0 deletions

View File

@ -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;
}