[Documentation] Add a tip about setting scroll behavior for app-bar component
Open
@eesayas is already working on this.
Since Jun 4, 2025.
C: VAppBar
E: layout
T: documentation
- Dominant language
- TypeScript
- Stars
- 41k
- Forks
- 7.1k
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 11
Description
Problem to solve
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
scrollBehaviorlike vuetify doc itself. For nuxt user, may useapp/router.options.tsfile described at here. - Other case, may apply css attribute
scroll-margin-topas this article.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.