We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26e97f6 commit 9390f71Copy full SHA for 9390f71
src/components/tooltip/tooltip.styles.js
@@ -53,5 +53,6 @@ export const getBodyStyles = ({ constraint, placement, customStyles }) => ({
53
maxWidth: getMaxWidth({ constraint }),
54
// so hovering over the tooltip when the tooltip overlaps the component
55
pointerEvents: 'none',
56
+ zIndex: 1,
57
...customStyles,
58
});
0 commit comments