Skip to content

Commit bf06121

Browse files
committed
update readme
1 parent ed58ff2 commit bf06121

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ This prop will override any value given to heightRelativeToParent when setting t
7070
- **rtl** : boolean, default false. Right to left document, will place the custom scrollbar on the left side of the content, and assume the native one is also there.
7171
- **scrollTo**: number, default undefined. Will scroll content to the given value.
7272
- **keepAtBottom**: boolean, default false. For dynamic content, will keep the scroll position at the bottom of the content, when the content changes, if the position was at the bottom before the change. [See example here](http://rommguy.github.io/react-custom-scroll/exampleDist/index.html#dynamic-content-example)
73+
- **alwaysVisible**: boolean, default false. When true, the scrollbar stays visible at all times instead of only on hover.
7374
- **className**: string, default undefined. Allows adding your own class name to the root element.
7475
- **handleClass**: string. Can be used to replace the className given to the scroll handle, which is 'rcs-inner-handle' by default.
7576

0 commit comments

Comments
 (0)