reactScrollbar icon indicating copy to clipboard operation
reactScrollbar copied to clipboard

Scrollbar component for React

Results 65 reactScrollbar issues
Sort by recently updated
recently updated
newest added

How can I fix that? ``` Uncaught at Module.default (webpack-internal:///./src/features/NewsFeed/components/NewsFeedContent/index.tsx:4:42) at NewsFeed (webpack-internal:///./src/pages/newsfeed/index.tsx:75:169) at processChild (file://E:\My Projects\Fire Land App\client\node_modules\react-dom\cjs\react-dom-server.node.development.js:3353:14) at resolve (file://E:\My Projects\Fire Land App\client\node_modules\react-dom\cjs\react-dom-server.node.development.js:3270:5) at ReactDOMServerRenderer.render (file://E:\My Projects\Fire Land...

Is there a way to prevent the scrollbars opacity from changing when the cursor exits the content area?

1. App.js `import React from 'react';` `import ScrollArea from 'react-scrollbar';` `function App() {` ` let itemElements = [];` ` for (let i = 1; i

trigger an exception on ssr : ‘ ReferenceError: self is not defined ’

Guys, I do the same thing in your library, but scrollBottom () does not work for me ![image](https://user-images.githubusercontent.com/47388945/109139380-23716100-7764-11eb-9d73-a1e0e85dadee.png) can you help me?

请问这个支持鼠标事件监听???比如鼠标的滚轮事件

When you make a change zoom in the browser, like Chrome (middle wheel), you can see a custom scroll bar. It is a bag. I found to fix it. In...

Hey there @souhe and @sizeight @tgreen7, Using the built-in `el.scrollIntoView()` function doesn't play nice with this module. Do you have a recommended way to scroll to an arbitrary element within...

This one resolves https://github.com/souhe/reactScrollbar/issues/146

Is there a way to add top and bottom paddings to .scrollbar-container element?