Skip to content

Commit 05a5609

Browse files
committed
docs
1 parent 2815853 commit 05a5609

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

example/src/stories/Tooltip.stories.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,11 @@ export default {
5757
'Whether to activate the tooltip on mouse click - repeated clicks will toggle the tooltip',
5858
defaultValue: false,
5959
},
60+
zIndex: {
61+
control: 'number',
62+
description: 'The z-index of the tooltip',
63+
defaultValue: 0,
64+
},
6065
noDefaultStyles: {
6166
control: 'boolean',
6267
description:

0 commit comments

Comments
 (0)