[Vuejs]-V-navigation-drawer takes up the entire row

1👍

Use “app” in v-navigation-drawer like so :

<v-navigation-drawer id="app-drawer" class="cyan lighten-1" dark permanent app>

Further take a look at https://vuetifyjs.com/en/components/navigation-drawers API and use v-app-bar instead of v-toolbar for the main toolbar of your page.

Leave a comment