Bugfixes:
- Fixed a bug where
width: auto
elements had incorrect width ifpaddingAbsolute
wastrue
.
Improvements:
- OverlayScrollbars has better perfomance on Firefox now because it utilizes the new scrollbar-width CSS Property.
- Improved perfomance on all browsers which are using natively overlaid scrollbars (mobile, OS-X etc.).
- Changes to the
textarea
size measuring process, which results also in better performance if plugin is initialized ontextarea
elements.