diff --git a/src/components/NcAppNavigation/NcAppNavigation.vue b/src/components/NcAppNavigation/NcAppNavigation.vue index 1ea2e40202..3bfe5f83e7 100644 --- a/src/components/NcAppNavigation/NcAppNavigation.vue +++ b/src/components/NcAppNavigation/NcAppNavigation.vue @@ -307,4 +307,12 @@ export default { position: absolute; } } + +// Put the toggle behind appsidebar on small screens +@media only screen and (max-width: $breakpoint-small-mobile) { + .app-navigation { + z-index: 1400; + } +} +