You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Vuetify Version: 3.5.7 Vue Version: 3.4.21 Browsers: Safari 17.1.2, Google Chrome OS: Mac OS 10.15.7
Steps to reproduce
When using goTo and specifying an element which is on the bottom of a page (or close to it), Vuetify prints a warning: [Vue warn]: Vuetify: Scroll target is not reachable
The behavior is fine if view can scrolled so that the specified element ends up on the top of the page. For any item which is closer to the bottom, an error is thrown.
Environment
Vuetify Version: 3.5.7
Vue Version: 3.4.21
Browsers: Safari 17.1.2, Google Chrome
OS: Mac OS 10.15.7
Steps to reproduce
When using
goTo
and specifying an element which is on the bottom of a page (or close to it), Vuetify prints a warning:[Vue warn]: Vuetify: Scroll target is not reachable
The behavior is fine if view can scrolled so that the specified element ends up on the top of the page. For any item which is closer to the bottom, an error is thrown.
Small reproduction code:
Expected Behavior
Scrolling takes place and no warning is created.
Actual Behavior
View is scrolled but a warning is created.
Reproduction Link
https://play.vuetifyjs.com/#...
The text was updated successfully, but these errors were encountered: