Skip to content

Commit

Permalink
Missing tooltip for chart shape when hover, it show out of screen due…
Browse files Browse the repository at this point in the history
… to position was not set.
  • Loading branch information
vantoan8x authored Jun 11, 2020
1 parent 1c53666 commit 5bcfa0b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,8 @@ body {

i {
font-size: 10px !important;
}
}

.mermaidTooltip {
position: absolute;
}

0 comments on commit 5bcfa0b

Please sign in to comment.