Skip to content

[FEAT REQ] Option to remove the arrow on the tooltip #856

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
charlesmooredev opened this issue Dec 15, 2022 · 1 comment · Fixed by #859
Closed

[FEAT REQ] Option to remove the arrow on the tooltip #856

charlesmooredev opened this issue Dec 15, 2022 · 1 comment · Fixed by #859

Comments

@charlesmooredev
Copy link

I was curious if you could add an option to remove the tooltip arrow all together - I'm using custom CSS that is has some issues due to the arrow. I have the classNameArrow set to transparent, but the way I have the class for the actual tooltip itself seems to have interferences from the arrow. Here is an attached screenshot showing what I mean, thanks!

image

@danielbarion
Copy link
Member

Hi,

We will take a look to add a new prop to disable the tooltip arrow, but for now, before we release this feature, can you try please add a display none to it?

.hideArrow {
  display: none;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants