Skip to content

Commit

Permalink
Merge pull request #29 from vantoan8x/patch-1
Browse files Browse the repository at this point in the history
Missing tooltip for chart shape when hover, it show out of screen due…
  • Loading branch information
knsv committed Aug 9, 2020
2 parents fb23596 + 5bcfa0b commit b6ddc94
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 @@ -36,4 +36,8 @@ body {

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

.mermaidTooltip {
position: absolute;
}

0 comments on commit b6ddc94

Please sign in to comment.