Skip to content

Commit

Permalink
fix: README typo
Browse files Browse the repository at this point in the history
  • Loading branch information
joe20182 committed Dec 3, 2024
1 parent 2aa31bc commit a723e5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ const sidecar = sidecar(() => import('react-remove-scroll/sidecar'));
> Consider setting `-webkit-overflow-scrolling: touch;` on a document level for a proper mobile experience.
## Internal div
But default RemoveScroll will create a div to handle and capture events.
By default RemoveScroll will create a div to handle and capture events.
You may specify `className` for it, if you need, or __remove it__.

The following code samples will produce the same output
Expand Down

0 comments on commit a723e5b

Please sign in to comment.