OverlayScrollbars Version 2.3.0
Features
- Make use of the new ScrollTimeline API in supported browsers.
- Add the option
scrollbars.autoHideSuspend
to make it possible to suspend the autoHide functionality until the first scroll interaction was performed. The default value for this option isfalse
for backwards compatibility reasons but is recommended to betrue
for better accessibility. - Add a CSS selector to bridge deferred initializations visually.
Bug Fixes
- Fix a bug where a change wasn't detected properly when the target element was hidden initially. #546
- Fixed a bug where the scroll offset was reset to
0
sometimes after initialization when the target was thebody
element.
Improvements
- Expanded all examples and created a new Examples page with all available examples for all frameworks. #544
Changelogs:
You can read further details in the corresponding changelogs.