fix canvas tooltip position (#975)

This commit is contained in:
Yuki Shindo 2023-11-18 07:37:21 +09:00 committed by GitHub
parent 675805960a
commit 8f9f020e8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;