fix[contextmenu]: adjust contextmenu z-index
This commit is contained in:
parent
0cccc636b8
commit
cc5e62d5f5
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,7 @@ export default {
|
|||
.contextmenu {
|
||||
margin: 0;
|
||||
background: #fff;
|
||||
z-index: 2;
|
||||
z-index: 100;
|
||||
position: absolute;
|
||||
list-style-type: none;
|
||||
padding: 5px 0;
|
||||
|
|
Loading…
Reference in a new issue