[Vuejs]-Vuetify App bar is below the contents. How do i fix it?

3👍

Just remove the absolute prop from v-app-bar component :

<v-app>
  <v-app-bar app  shrink-on-scroll prominent scroll-target"#a">
  <v-sheet id="a" overflow-y-auto>

check this pen

Leave a comment