-
Notifications
You must be signed in to change notification settings - Fork 76
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
How hard would it be to support absolutely positioned elements? #128
Labels
Comments
dom-scroll-into-view handles absolute positions correctly, so I switched to that library |
Glad you found a package that works for you 👍 I'm reopening this though as I think this is something this package should support as well 🙂 |
This library doesn't handle it well, but you can do your own check reasonably easy here before calling the function. Ex:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The native webkit
scrollIntoViewIfNeeded
supports this, and I need this for my app. If it's too hard to implement here, are there any alternatives?The text was updated successfully, but these errors were encountered: