fix canvas tooltip position (#975)

This commit is contained in:
Yuki Shindo
2023-11-17 14:37:21 -08:00
committed by GitHub
parent 675805960a
commit 8f9f020e8f
+2 -2
View File
@@ -29,8 +29,8 @@
.canvas-tooltip-info { .canvas-tooltip-info {
position: absolute; position: absolute;
top: 10px; top: 28px;
left: 10px; left: 2px;
cursor: help; cursor: help;
background-color: rgba(0, 0, 0, 0.3); background-color: rgba(0, 0, 0, 0.3);
width: 20px; width: 20px;