Replies: 1 comment 1 reply
-
Tooltip has pointer-events: none styles. To allow links to be clickable, change styles to pointer-events: all with Styles API. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a Mantine tooltip containing a link. But when I try to hover over it and click on it, it doesn't bring me to the new page and it closes upon me clicking on it. I have already added closedelay of 5000ms. The problem is clicking on the link isnt working.
I'm using
<Link />
component from Tanstack react router.https://sb1-4y59urdi.stackblitz.io
Beta Was this translation helpful? Give feedback.
All reactions