diff --git a/src/components/NcAppNavigation/NcAppNavigation.vue b/src/components/NcAppNavigation/NcAppNavigation.vue index fe9013389a..a16ac682e5 100644 --- a/src/components/NcAppNavigation/NcAppNavigation.vue +++ b/src/components/NcAppNavigation/NcAppNavigation.vue @@ -399,6 +399,7 @@ export default { @media only screen and (max-width: $breakpoint-mobile) { .app-navigation { position: absolute; + inset-inline-start: 0; border-inline-end: 1px solid var(--color-border); } }