github KingSora/OverlayScrollbars v1.5.3
OverlayScrollbars Version 1.5.3

latest releases: v2.10.1, v2.10.0, v2.9.0...
6 years ago

General:

Bugfixes:

  • Sometimes the native scrollbar size wasn't calculated correctly in IE8 and Legacy-Opera.
  • The viewport-size is now always correct.
  • Handles floaty overflow-amounts (0.231px for example) more accurate. (for example if element is transformed / zoomed, or the browser zoom isn't exactly 100%)
  • Removed the hover method from the jQuery version, because it will be deprecated in the future. (#66)

Extensions:

  • Moved the type method from the framework object into the compatibility object, because jQuery will deprecated it in the future.
  • Moved the isArray method from the framework object into the compatibility object, because jQuery will deprecated it in the future. The method has also a new name: isA.
  • Removed the .hover(inHandler, outHandler) method from the framework object, because jQuery will deprecated it in the future. Please use the methods .on('mouseenter', inHandler) and .on('mouseleave', outHandler) instead.

The documentation is up to date: https://kingsora.github.io/OverlayScrollbars/#!documentation/extensions-basics

Don't miss a new OverlayScrollbars release

NewReleases is sending notifications on new releases.