Skip to content

Commit

Permalink
[docs] Fix typo (#2984)
Browse files Browse the repository at this point in the history
i'm ~90% sure what i'm proposing is what was actually intended.
  • Loading branch information
jgravois committed Nov 17, 2022
1 parent 3fd5ae8 commit 734a482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/docs/core/ScrollArea.mdx
Expand Up @@ -23,7 +23,7 @@ It is adapted to work well with light and dark color schemes and supports the fo
- `type` defines scrollbars behavior:
- `hover` – scrollbars are visible on hover
- `scroll` – scrollbars are visible on scroll
- `auto` – similar to `overflow: auto` – scrollbars are always visible whether the content is overflowing
- `auto` – similar to `overflow: auto` – scrollbars are always visible when the content is overflowing
- `always` – same as `auto` but scrollbars are always visible regardless of whether the content is overflowing
- `never` – scrollbars are always hidden
- `offsetScrollbars` – offset scrollbars with padding
Expand Down

0 comments on commit 734a482

Please sign in to comment.