fix canvas tooltip position (#975)
This commit is contained in:
parent
675805960a
commit
8f9f020e8f
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user