Releases: idiotWu/smooth-scrollbar
Releases · idiotWu/smooth-scrollbar
8.6.3
Bug Fixes
- geometry: add container's paddings to content's size.
8.6.2
Bug Fixes
- event/select: get new limit value when scroll function is called. @longvudai #314
8.5.3
Bug Fixes
- events: ignored attempt to cancel an event with
cancelable=false
. @milkamil93 #276
8.5.2
Bug Fixes
- webpack: make UMD build available on both browsers and Node.js. @hanjeahwan #244
8.5.1
Bug Fixes
- keyboard: prevent keyboard navigating on
select
field. @bbtimx #228
8.4.0
Feature
- Sets
tabindex
to -1
to improve accessibility. #160
- Enables tab navigation. #160