Skip to content

Commit

Permalink
Merge pull request #5603 from nextcloud-libraries/enh/noid/hide-toggle
Browse files Browse the repository at this point in the history
feat(mobile): restore hiding the appnavigation on mobile
  • Loading branch information
susnux authored May 17, 2024
2 parents d4d2ee3 + 845b9ba commit 2a6c03d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/components/NcAppNavigation/NcAppNavigation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}

</style>

0 comments on commit 2a6c03d

Please sign in to comment.