We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e1dcc41 + d5c662b commit 44eb969Copy full SHA for 44eb969
1 file changed
src/custom/CustomTooltip/customTooltip.tsx
@@ -39,11 +39,12 @@ function CustomTooltip({
39
},
40
popper: {
41
sx: {
42
+ zIndex: 9999999999,
43
opacity: '1'
44
}
45
46
}}
- title={<RenderMarkdownTooltip content={typeof title === 'string' ? title : ''} />}
47
+ title={typeof title === 'string' ? <RenderMarkdownTooltip content={title} /> : title}
48
placement={placement}
49
arrow
50
onClick={onClick}
0 commit comments