Missing tooltip for chart shape when hover, it show out of screen due to position was not set.

This commit is contained in:
Van Toan
2020-06-11 08:39:37 +07:00
committed by GitHub
parent 1c53666567
commit 5bcfa0b530
+5 -1
View File
@@ -27,4 +27,8 @@ body {
i {
font-size: 10px !important;
}
}
.mermaidTooltip {
position: absolute;
}