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?
Is this project under maintained or downed?
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 elementReactVirtualized__Grid__innerScrollContainerhas 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?
I think that this is problem from React Semantic UI, not from React-virtualized.
Most helpful comment
Is this project under maintained or downed?