We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
4.0.0-alpha.13
https://codesandbox.io/s/frosty-sea-ye8ev
#app element scrolls to the top
#app element scroll is unchanged
The text was updated successfully, but these errors were encountered:
I don't understand what you are expecting. The page scrolls to #app with an offset of 0
#app
Sorry, something went wrong.
Shouldn't the #app container scroll to the top and the page? Because as of now it feels like el effects nothing.
el
it is scrolling to the top of the page. What browser are you using?
the scroll behavior is following vuejs/rfcs#176
Chrome 83, only body is scrolling.
yes, that's expected. The el property is not to scroll inside of an element but to scroll to a specific element position
No branches or pull requests
Version
4.0.0-alpha.13
Reproduction link
https://codesandbox.io/s/frosty-sea-ye8ev
Steps to reproduce
What is expected?
#app element scrolls to the top
What is actually happening?
#app element scroll is unchanged
The text was updated successfully, but these errors were encountered: