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
MUI Tooltips (esp in the layer menu) can behave erratically when they overlay their target node.
Ticket in MUI: mui/material-ui#10735
Fix:
<Tooltip PopperProps={{ style: { pointerEvents: 'none' } }}> ... </Tooltip>
We could create a simple custom Tooltip component that applies that fix and use that component instead of the native MUI component
The text was updated successfully, but these errors were encountered:
new component fixed tooltip flickers. Fixes #60
447661a
6a1e312
No branches or pull requests
MUI Tooltips (esp in the layer menu) can behave erratically when they overlay their target node.
Ticket in MUI: mui/material-ui#10735
Fix:
We could create a simple custom Tooltip component that applies that fix and use that component instead of the native MUI component
The text was updated successfully, but these errors were encountered: