diff --git a/src/components/NcAppSidebar/NcAppSidebar.vue b/src/components/NcAppSidebar/NcAppSidebar.vue index 82c7a8209a..28c5c52546 100644 --- a/src/components/NcAppSidebar/NcAppSidebar.vue +++ b/src/components/NcAppSidebar/NcAppSidebar.vue @@ -1064,6 +1064,7 @@ $top-buttons-spacing: 6px; @media only screen and (max-width: 768px) { .app-sidebar { width: 100vw; + max-width: 100vw; } }