From 1cc68814c3579bc20c6c0e46d3f34e2b34523d31 Mon Sep 17 00:00:00 2001 From: John Leider Date: Mon, 29 Apr 2024 23:15:50 -0500 Subject: [PATCH] chore(VNavigationDrawer): only show scrollbar if needed --- .../src/components/VNavigationDrawer/VNavigationDrawer.sass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/vuetify/src/components/VNavigationDrawer/VNavigationDrawer.sass b/packages/vuetify/src/components/VNavigationDrawer/VNavigationDrawer.sass index 532d90dd438..e6c0cd7541a 100644 --- a/packages/vuetify/src/components/VNavigationDrawer/VNavigationDrawer.sass +++ b/packages/vuetify/src/components/VNavigationDrawer/VNavigationDrawer.sass @@ -26,7 +26,7 @@ &--top, &--bottom max-height: -webkit-fill-available - overflow-y: scroll + overflow-y: auto &--top top: 0