Skip to content

Commit

Permalink
[docs] Fix PasswordInput demo overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rtivital committed Dec 4, 2022
1 parent 7c5bb05 commit 33e8d58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/docs/core/PasswordInput.mdx
Expand Up @@ -51,7 +51,7 @@ Control visibility state with `visible` and `onVisibilityChange` props, for exam

Password strength meter example with [Progress](/core/progress/) and [Popover](/core/popover/) components:

<Demo data={PasswordInputDemos.strengthMeter} />
<Demo data={PasswordInputDemos.strengthMeter} demoProps={{ zIndex: 4 }} />

## Focus behavior

Expand Down

0 comments on commit 33e8d58

Please sign in to comment.