[stable16] Fix mobile menu over app-content (#15920)
[stable16] Fix mobile menu over app-content
This commit is contained in:
commit
f21b9c0df7
1 changed files with 2 additions and 2 deletions
|
@ -64,7 +64,7 @@
|
|||
left: 0;
|
||||
width: 44px;
|
||||
height: 44px;
|
||||
z-index: 149;
|
||||
z-index: 1050; // above app-content
|
||||
background-color: rgba(255, 255, 255, .7);
|
||||
cursor: pointer;
|
||||
opacity: .6;
|
||||
|
@ -82,7 +82,7 @@
|
|||
left: 0;
|
||||
width: 44px;
|
||||
height: 44px;
|
||||
z-index: 149;
|
||||
z-index: 1050; // above app-content
|
||||
cursor: pointer;
|
||||
opacity: 0.6;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue