From 6ddbf7bc1012dbdafcb25dabf51473b9f902ff46 Mon Sep 17 00:00:00 2001 From: BlueGreenMagick Date: Thu, 19 May 2022 10:08:57 +0900 Subject: [PATCH] Fix graphs tooltip incorrect position (#1872) --- ts/graphs/Tooltip.svelte | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/ts/graphs/Tooltip.svelte b/ts/graphs/Tooltip.svelte index 0a5b16b32..8a381f805 100644 --- a/ts/graphs/Tooltip.svelte +++ b/ts/graphs/Tooltip.svelte @@ -3,6 +3,8 @@ Copyright: Ankitects Pty Ltd and contributors License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html -->