-
Notifications
You must be signed in to change notification settings - Fork 294
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
Example with using window scroll #160
Comments
+1 |
Im also wondering if you have an example. Im still seeing two scrollbars |
@borriej yeah yeah that's the problem. |
any updates on this @rintoj :) ? |
Related to #138 This does actually work, but the previous version had a few glitches that made it harder to setup. #1) The documentation was incorrect, scroll.window wasn't actually defined, so you had to make a public window property on your own component for binding to parentScroll. The scroll.window property does exist now. Note: You have to put a fixed size on the parent element (or body if using window), instead of on the virtual-scroll itself. Please update to the latest version from npm & see if it's working for you. If not, please submit a code sample or a stackblitz to help troubleshoot. |
I've added an example of this to the demo app that's part of this github repo. |
The demo is available on github. I'm waiting on rintoj to update it here: Either way, I believe this issue is fixed. Closing this since I haven't received a response from the original poster. Please re-open if you continue to experience this issue. |
Could you add some example with window scroll (in demo). I can't get it working:/
The text was updated successfully, but these errors were encountered: