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

virtual scroll does not work if scrollable area is the document itself #9

Open
lucienimmink opened this issue Jul 1, 2016 · 1 comment

Comments

@lucienimmink
Copy link

The scroll binding does not work, calculation visible items fails.
I am working on getting it to work properly when scrolling the document. The scrollbar itself jagges a lot when scrolling, though the heights of the individual items is calculated properly. I am still investigating that issue.

@lucienimmink
Copy link
Author

The jagging is out of scope of this plugin; fixed that by setting the overflow:hidden trick on the before and after elements. Issue arose cause all scrolled elements has a float:left property (bootstrap).

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

1 participant