Skip to content

Commit d5c662b

Browse files
chore: update zindex of custom tooltip
Signed-off-by: Rudraksh Tyagi <[email protected]>
1 parent 017d9a2 commit d5c662b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/custom/CustomTooltip/customTooltip.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ function CustomTooltip({
3939
},
4040
popper: {
4141
sx: {
42-
zIndex: 99999,
42+
zIndex: 9999999999,
4343
opacity: '1'
4444
}
4545
}

0 commit comments

Comments
 (0)