Skip to content

Commit 4c6afa8

Browse files
committed
Disable interactivity on all tooltips
Tooltips will now close when the user hovers over it Change-type: patch
1 parent 11be6d3 commit 4c6afa8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/theme.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1024,6 +1024,7 @@ export const theme = createTheme({
10241024
MuiTooltip: {
10251025
defaultProps: {
10261026
arrow: true,
1027+
disableInteractive: true,
10271028
},
10281029
styleOverrides: {
10291030
tooltip: {

0 commit comments

Comments
 (0)