Vuetify non scrolling navigation drawer
问题 I have the next structure: In navigation drawer: - Tooolbar - Search block - Items list - Footer It looks so: The problem is, when i overflow items list, the scrolling is active for all navigation drawer instead of activate the items list scrolling. I'am trying to make items list scrollable and without fixing it height (filling remain space till footer). I have tried set height: 100vh for navigation drawer, but it didn't help. JsFiddle link here Vue.use(Vuetify); var vm = new Vue({ el: "#app"