You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,6 +70,7 @@ This prop will override any value given to heightRelativeToParent when setting t
70
70
-**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.
71
71
-**scrollTo**: number, default undefined. Will scroll content to the given value.
72
72
-**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.
73
74
-**className**: string, default undefined. Allows adding your own class name to the root element.
74
75
-**handleClass**: string. Can be used to replace the className given to the scroll handle, which is 'rcs-inner-handle' by default.
0 commit comments