reactScrollbar
reactScrollbar copied to clipboard
Feature request: scrollbar options
Please, add four parameters to ScrollArea:
- verticalScrollbarClass
- verticalContainerStyle
- horizontalScrollbarClass
- horizontalContainerStyle
Why? We use dynamic classnames:
{
include: path.resolve(__dirname, '../source'),
loader: 'css-loader',
options: {
importLoaders: 1,
sourceMap: isDebug,
modules: true,
localIdentName: isDebug ? '[name]-[local]-[hash:base64:5]' : '[hash:base64:5]',
minimize: !isDebug,
discardComments: { removeAll: true },
},
}
Thanks!
Solved in fork: https://github.com/mishantrop/reactScrollbar