You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently vue-affix only supports scroll events that take place on the window object. Ideally this could also be applied to other DOM objects when the window isn't the main scrollable container.
A common use case for this functionality would be when implementing something like Slideout.js which disables scrolling on the window, instead replacing it with an interior DOM element.
The text was updated successfully, but these errors were encountered:
Currently vue-affix only supports scroll events that take place on the window object. Ideally this could also be applied to other DOM objects when the window isn't the main scrollable container.
A common use case for this functionality would be when implementing something like Slideout.js which disables scrolling on the window, instead replacing it with an interior DOM element.
The text was updated successfully, but these errors were encountered: