OverlayScrollbars Version 1.12.0
Improvements:
- Implemented #197 -
max-content
is now used to detect the possible size ifwidth
is not fixed. (only if supported by the browser else the old algo. is used) - Updated all wrapper versions to better support frontend frameworks. (#193)
- Removed useless
touchevents
from thehost
element (#195) - GUI Tests
Features:
- A new option called
updateOnLoad
with which you can control on which elements / selectorsOverlayScrollbars
shall update automatically after the emit of aload
event. Per default the value is set to["img"]
so the plugin will updated after anyimg
emits aload
event. You can set it tonull
to disable this auto updating entierly or add your own selectors to update only on specialimg
elements or on for example loadediframes
. (#183)
Bugfixes:
Deprecated:
- The
cssCalc
property inside the object which gets returned from the globals() is now deprecated and will be removed in future versions.