Skip to content

Commit b85acd0

Browse files
committed
[styles] Fix tooltip crop issue in path tooltips
Fixes #461
1 parent 47e39f4 commit b85acd0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

app/styles/components/tooltip.less

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,12 @@
22
.tooltip-inner {
33
border-radius: 0;
44
}
5+
&.left {
6+
transform: translateY(5px);
7+
8+
.tooltip-arrow {
9+
right: 1px;
10+
top: 40%;
11+
}
12+
}
513
}

0 commit comments

Comments
 (0)