Replies: 1 comment
-
I just simply tweak the css to hide the arrow .tooltip-arrow {
display: none;
} Any better options? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there, thanks in advance for the great lib. I've run into a situation where I need to hide the arrow, and I can't seem to figure out how:
I've tried:
But that doesn't seem to do the trick.
How would I go about hiding the arrow?
Beta Was this translation helpful? Give feedback.
All reactions