We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, i've built a Tooltip component with react-tiny-popover and now i want to use this tooltip within a <dialog> component. Something like:
Tooltip
react-tiny-popover
<dialog>
<dialog> <Tooltip content="My little Tooltip"> <MyIcon /> </Tooltip> </dialog>
The problem is that the Tooltip is always behind the dialog and thus invisible. Is there a way to show the Tooltip within the dialog?
dialog
Here is a simple example: https://codesandbox.io/p/sandbox/react-tiny-popover-within-dialog-rvvh3q
Thank you!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, i've built a
Tooltip
component withreact-tiny-popover
and now i want to use this tooltip within a<dialog>
component.Something like:
The problem is that the
Tooltip
is always behind thedialog
and thus invisible.Is there a way to show the
Tooltip
within thedialog
?Here is a simple example:
https://codesandbox.io/p/sandbox/react-tiny-popover-within-dialog-rvvh3q
Thank you!
The text was updated successfully, but these errors were encountered: