seatgeek / react-infinite

A browser-ready efficient scrolling container based on UITableView
Other
2.71k stars 273 forks source link

Scroll bar issue is fixed #270

Closed devshekhawat closed 6 years ago

devshekhawat commented 6 years ago

In this update, the unnecessary scrollbar is removed using the auto tag in scroll bar for overflowing y-axis. In current situation if the container height is 600px and the element inside it only using the area under 600 px, the scrollbar is still visible. By this update, the scrollbar will only show when it required for loading elements hight more then the container size.