react-scrollbar v0.5.0 Release Notes

Release Date: 2016-12-03 // over 7 years ago
  • 🆕 New features

    • 👍 Keyboard support
    • stopScrollPropagation prop - after set to true, mouse wheel event will not propagate
    • focussableTabIndex prop - after set to a number, scrollarea-content is rendered with a tabindex value set to the passed in

    🐛 Bug fixes

    • 🛠 Fixed issue #58 - It's will auto scroll to top, when real height is less than container height.