From b0f5b4e53d09d1bf85de0c0afa2adb5230f11255 Mon Sep 17 00:00:00 2001 From: Simon L Date: Tue, 8 Nov 2022 12:30:25 +0100 Subject: [PATCH] fix sidebar scrolling for small displays Signed-off-by: Simon L --- src/components/NcAppSidebar/NcAppSidebarTabs.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/NcAppSidebar/NcAppSidebarTabs.vue b/src/components/NcAppSidebar/NcAppSidebarTabs.vue index c4c05f4e6f..39aa1902b2 100644 --- a/src/components/NcAppSidebar/NcAppSidebarTabs.vue +++ b/src/components/NcAppSidebar/NcAppSidebarTabs.vue @@ -282,7 +282,6 @@ export default { .app-sidebar-tabs { display: flex; flex-direction: column; - min-height: 0; flex: 1 1 100%; &__nav {