mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
Fix heatmap tooltip disappears under the slice's header (#4268)
This commit is contained in:
committed by
Maxime Beauchemin
parent
718230cdf2
commit
29ef8c4af8
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user