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
When app-bar is enabled, elements marked with hash target may scroll behind the app bar.
Proposed solution
If vue-router is used, just configure router option scrollBehavior like vuetify doc itself. For nuxt user, may use app/router.options.ts file described at here.
Other case, may apply css attribute scroll-margin-top as this article.
The text was updated successfully, but these errors were encountered:
Problem to solve
When app-bar is enabled, elements marked with hash target may scroll behind the app bar.
Proposed solution
scrollBehavior
like vuetify doc itself. For nuxt user, may useapp/router.options.ts
file described at here.scroll-margin-top
as this article.The text was updated successfully, but these errors were encountered: