bvaughn / react-virtualized

React components for efficiently rendering large lists and tabular data
http://bvaughn.github.io/react-virtualized/
MIT License
26.44k stars 3.06k forks source link

Scroll bar is too small #1249

Closed enesyteam closed 1 month ago

enesyteam commented 6 years ago

Hi, I'm using your library and every thing seem to be good, but the scroll bar in Infinitive loader is too small. How can I increase the height of scrool bar? Using Inspect in chrome, the element ReactVirtualized__Grid__innerScrollContainer has style: width: auto; height: 79920px; max-width: 365px; max-height: 79920px; overflow: hidden; position: relative;

I think 79920px is very large so the scroll bar is small. but at the begining page load, there are only 30 items fetched from API, so why 79920px? xd

enesyteam commented 6 years ago

Is this project under maintained or downed?

expertup commented 5 years ago

Hi, I'm using your library and every thing seem to be good, but the scroll bar in Infinitive loader is too small. How can I increase the height of scrool bar? Using Inspect in chrome, the element ReactVirtualized__Grid__innerScrollContainer has style: width: auto; height: 79920px; max-width: 365px; max-height: 79920px; overflow: hidden; position: relative;

I think 79920px is very large so the scroll bar is small. but at the begining page load, there are only 30 items fetched from API, so why 79920px? xd

I think that this is problem from React Semantic UI, not from React-virtualized.