We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d66c1f commit 910cc46Copy full SHA for 910cc46
packages/mui-material/src/Tooltip/Tooltip.js
@@ -56,7 +56,7 @@ const TooltipPopper = styled(Popper, {
56
},
57
})(({ theme, ownerState, open }) => ({
58
zIndex: (theme.vars || theme).zIndex.tooltip,
59
- pointerEvents: 'none', // disable jss-rtl plugin
+ pointerEvents: 'none',
60
...(!ownerState.disableInteractive && {
61
pointerEvents: 'auto',
62
}),
0 commit comments