Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to use a scroll container other than window #23

Closed
chriseverson opened this issue Aug 7, 2018 · 1 comment
Closed

Ability to use a scroll container other than window #23

chriseverson opened this issue Aug 7, 2018 · 1 comment

Comments

@chriseverson
Copy link
Contributor

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.

eddiemf added a commit that referenced this issue Aug 21, 2018
Ability to define scroll container 
Resolves [#23]
@eddiemf
Copy link
Owner

eddiemf commented Aug 21, 2018

Thanks for the help :)

@eddiemf eddiemf closed this as completed Aug 21, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants