Answer the question
In order to leave comments, you need to log in
How to make v-app-bar taller than v-navigation-drawer?
<template>
<v-app>
<v-app-bar app color="red" prominent></v-app-bar>
<v-navigation-drawer app color="green"></v-navigation-drawer>
<v-main>
<v-container>
<router-view></router-view>
</v-container>
</v-main>
<v-footer app color="blue" ></v-footer>
</v-app>
</template>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question