We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2815853 commit 05a5609Copy full SHA for 05a5609
example/src/stories/Tooltip.stories.tsx
@@ -57,6 +57,11 @@ export default {
57
'Whether to activate the tooltip on mouse click - repeated clicks will toggle the tooltip',
58
defaultValue: false,
59
},
60
+ zIndex: {
61
+ control: 'number',
62
+ description: 'The z-index of the tooltip',
63
+ defaultValue: 0,
64
+ },
65
noDefaultStyles: {
66
control: 'boolean',
67
description:
0 commit comments