Skip to content

Commit

Permalink
feat(mobile): restore hiding the appnavigation on mobile
Browse files Browse the repository at this point in the history
Signed-off-by: Simon L <[email protected]>
  • Loading branch information
szaimen committed May 17, 2024
1 parent 7ea2d94 commit 845b9ba
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 845b9ba

Please sign in to comment.