fix: 右键菜单z-index问题

This commit is contained in:
xiaoxian521
2021-10-19 18:58:47 +08:00
parent 639a69d579
commit 7013e57d1e
6 changed files with 16 additions and 8 deletions

View File

@@ -27,7 +27,7 @@
position: fixed;
top: 0;
right: 0;
z-index: 9;
z-index: 1000;
width: calc(100% - 210px);
transition: width 0.28s;
}