Skip to content

Commit 9390f71

Browse files
authored
fix: tooltip z-index fix (#765)
1 parent 26e97f6 commit 9390f71

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/tooltip/tooltip.styles.js

+1
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,6 @@ export const getBodyStyles = ({ constraint, placement, customStyles }) => ({
5353
maxWidth: getMaxWidth({ constraint }),
5454
// so hovering over the tooltip when the tooltip overlaps the component
5555
pointerEvents: 'none',
56+
zIndex: 1,
5657
...customStyles,
5758
});

0 commit comments

Comments
 (0)