Skip to content

Commit 08f6d12

Browse files
committed
Fixed arrow position
1 parent 9a201c9 commit 08f6d12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/style/components/_tooltips.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
}
5353

5454
> .arrow {
55-
top: 0;
55+
top: -8px;
5656
height: 8px;
5757
width: 16px;
5858

@@ -96,7 +96,7 @@
9696
}
9797

9898
> .arrow {
99-
right: -8px;
99+
right: 0;
100100
border-bottom: solid 8px transparent;
101101
border-left: solid 8px rgba(0, 0, 0, .7);
102102
border-top: solid 8px transparent;

0 commit comments

Comments
 (0)