Tooltip is not working with Dialog on MUI #1634
Suyama-Daichi
started this conversation in
General
Replies: 2 comments
-
Hey, the tooltip is correctly generated, you just can't see it because the mui dialog is forced to the very front. You can check this by making the dialog transparent. if you sort out the z-index of your elements, everything should work. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I handled z-index of Modal.
It correctly work now! |
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
-
Thank u nice package.
I use
@visix/xychart
in Dialog with MUI but it can't shownTooltip
.Do u have any solution ?
example:
https://codesandbox.io/s/linechart-with-dialog-4wu7ik-> solved!
Thank u.
Beta Was this translation helpful? Give feedback.
All reactions