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
* * `[className]__scrollbar__thumb` - thumb element class
60
68
*/
61
69
className?: string;
70
+
/**
71
+
* <a name="classnames-props-anchor"></a>
72
+
* A set of classes for styling the scrollbar area. The values for the classes can be a string or a function that takes the appropriate argument and returns a string.
73
+
*
74
+
* Supported classes:
75
+
*
76
+
* * `scrollable` - the wrapper element class containing the scrollable area and scrollbars, implemented as a dynamic grid.
77
+
* * `area` - scrollable element class - uses CSS overflow property
78
+
* * `content` - content element class
79
+
* * `scrollbar` - scrollbar element class
80
+
* * `thumb` - thumb element class
81
+
*/
82
+
classNames?: Partial<ClassNamesType>;
62
83
/**
63
84
* Applies styles to the overflow-enabled scrollable element.
64
85
* The width and height properties are applied exclusively to the inner content element, excluding scrollbars.
0 commit comments