Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tinaClin committed Jun 16, 2021
1 parent f4a0d09 commit 4e373f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/styled-ui-docs/pages/scrollbar.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ render(
| :--- | :--- | :------ | :---------- |
| horizontalVisibility | string \| boolean | 'auto' | Acceptable values: `'auto'`, `true`, `false`. If `'auto'`, the horizontal scrollbar will auto show/hide. If `true`, the horizontal scrollbar always to show. If `false`, the horizontal scrollbar always to hide. |
| verticalVisibility | string \| boolean | 'auto' | Acceptable values: `'auto'`, `true`, `false`. If `'auto'`, the vertical scrollbar will auto show/hide. If `true`, the vertical scrollbar always to show. If `false`, the vertical scrollbar always to hide. |
| autoHideDelay | number | 1000 | Hide delay in ms. |transitionDelay
| autoHideDelay | number | 1000 | Hide delay in ms. |
| autoHeight | boolean | false | If `true`, activate auto height mode. |
| autoHeightMax | number | 200 | Set a maximum height (in pixels) for auto-height mode. |
| autoHeightMin | number | 0 | Set a minimum height (in pixels) for auto-height mode. |
Expand Down

0 comments on commit 4e373f0

Please sign in to comment.