Merge pull request #29 from vantoan8x/patch-1

Missing tooltip for chart shape when hover, it show out of screen due…
This commit is contained in:
Knut Sveidqvist
2020-08-09 13:31:26 +02:00
committed by GitHub
+5 -1
View File
@@ -36,4 +36,8 @@ body {
i {
font-size: 10px !important;
}
}
.mermaidTooltip {
position: absolute;
}