From 88be19ba4e7ce046539a3640b42dddcd58915f78 Mon Sep 17 00:00:00 2001 From: Christopher Ng Date: Wed, 6 Mar 2024 02:29:08 -0800 Subject: [PATCH] fixup! fix(NcAppNavigation): Wrap app navigation default slot with scrollable container Signed-off-by: Christopher Ng --- src/components/NcAppNavigation/NcAppNavigation.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/NcAppNavigation/NcAppNavigation.vue b/src/components/NcAppNavigation/NcAppNavigation.vue index 3a69044709..2ca777abb9 100644 --- a/src/components/NcAppNavigation/NcAppNavigation.vue +++ b/src/components/NcAppNavigation/NcAppNavigation.vue @@ -65,6 +65,7 @@ emit('toggle-navigation', { :inert="!open || undefined" @keydown.esc="handleEsc">
+