From 8f9f020e8f90efb3787f0feb0e544539110e40ce Mon Sep 17 00:00:00 2001 From: Yuki Shindo Date: Sat, 18 Nov 2023 07:37:21 +0900 Subject: [PATCH] fix canvas tooltip position (#975) --- css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/style.css b/css/style.css index f7b3d75..09ce6cf 100644 --- a/css/style.css +++ b/css/style.css @@ -29,8 +29,8 @@ .canvas-tooltip-info { position: absolute; - top: 10px; - left: 10px; + top: 28px; + left: 2px; cursor: help; background-color: rgba(0, 0, 0, 0.3); width: 20px;