Replies: 1 comment 5 replies
-
Hey @syntaxhr, Could you provide us with a sandbox demonstrating the issue? Thanks 🙏 |
Beta Was this translation helpful? Give feedback.
5 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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I am having a problem using tooltip inside iframes. I just started using your library for building a UI kit and we need to provide support also for usage inside iframes.
I can set a custom container and where it should be attached (in this case the document of the iframe), BUT I am guessing the events that handle opening and closing the tooltip (like mouse enter and leave) are attached to the outer document since the tooltip catches those events in the moment I hover outside the iframe where the tooltip is rendered.
Is there a way I can achieve that or do I need to handle all the events by myself instead?
Beta Was this translation helpful? Give feedback.
All reactions