You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 3, 2024. It is now read-only.
* This corresponds to the `z-index` CSS property you want to assign to the tooltip. Components with higher values will be displayed first on the screen.
313
304
*/
314
305
zindex: PropTypes.number,
306
+
307
+
/**
308
+
* Whether the tooltip can be targeted (hovered, selected, interacted) or not. When set to `False`,
309
+
* the tooltip's `pointer-events` CSS property will be `none` and it can't be the target of pointer events.
0 commit comments