From 5bcfa0b5307470fab949f2de9dd6d1e8211e85e1 Mon Sep 17 00:00:00 2001 From: Van Toan Date: Thu, 11 Jun 2020 08:39:37 +0700 Subject: [PATCH] Missing tooltip for chart shape when hover, it show out of screen due to position was not set. --- docs/styles.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/styles.css b/docs/styles.css index fb573353..5e0e3cf5 100644 --- a/docs/styles.css +++ b/docs/styles.css @@ -27,4 +27,8 @@ body { i { font-size: 10px !important; -} \ No newline at end of file +} + +.mermaidTooltip { + position: absolute; +}