Skip to content

v0.5.0

Compare
Choose a tag to compare
@souhe souhe released this 03 Dec 13:41
· 44 commits to master since this release

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.