Missing tooltip for chart shape when hover, it show out of screen due to position was not set.
This commit is contained in:
+5
-1
@@ -27,4 +27,8 @@ body {
|
||||
|
||||
i {
|
||||
font-size: 10px !important;
|
||||
}
|
||||
}
|
||||
|
||||
.mermaidTooltip {
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user