How to get a v-navigation-drawer to appear below an extended v-app-bar? #19804
Unanswered
daniel-slaugh
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a v-navigation-drawer containing filter selections and a main 'ribbon' on the top of my website. I'd like the ribbon to always take up the full width of the webpage and have the navigation drawer just take up the left side of the screen underneath the ribbon. I've tried using the v-app-bar with the 'extended' or 'extension' props for my ribbon but it seems like the vertical height for that component is fixed so it doesn't make room for the ribbon content or the v-navigation-drawer overlaps the ribbon. So the best I've found is to use a v-toolbar for the tabs and a v-window for the ribbon groups.
Any ideas of how to either get the v-app-bar ribbon working as expected or to create a navigation drawer that appears below the ribbon?
Ribbon.vue:
Beta Was this translation helpful? Give feedback.
All reactions