Skip to content

Commit

Permalink
hide appnavigation behind appsidebar on small screens
Browse files Browse the repository at this point in the history
Signed-off-by: szaimen <szaimen@e.mail.de>
  • Loading branch information
szaimen committed Jun 10, 2022
1 parent befbd70 commit cd98e1d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/components/AppNavigation/AppNavigation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -188,4 +188,11 @@ export default {
}
}
// Put the toggle behind appsidebar on small screens
@media only screen and (max-width: math.div($breakpoint-mobile, 2)) {
.app-navigation {
z-index: 1400;
}
}
</style>

0 comments on commit cd98e1d

Please sign in to comment.