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