Skip to content

Commit

Permalink
Merge pull request #1461 from sora-xor/fix/overlap-menu-mobile-fix
Browse files Browse the repository at this point in the history
z-index updated
  • Loading branch information
Kron1749 authored Jul 9, 2024
2 parents 2554899 + a5e6b8a commit 89b21a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/App/Menu/AppMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,7 @@ export default class AppMenu extends Mixins(TranslationMixin) {
@include large-mobile(true) {
position: fixed;
right: 0;
z-index: $app-above-loader-layer;
&.visible {
visibility: visible;
Expand Down

0 comments on commit 89b21a3

Please sign in to comment.