reactScrollbar icon indicating copy to clipboard operation
reactScrollbar copied to clipboard

Feature request: scrollbar options

Open mishantrop opened this issue 7 years ago • 1 comments

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!

mishantrop avatar Jul 07 '17 12:07 mishantrop

Solved in fork: https://github.com/mishantrop/reactScrollbar

mishantrop avatar Jul 15 '17 13:07 mishantrop