fix: 修复右键按钮在弹窗下层级问题 (#1552)
This commit is contained in:
parent
aaa30fbf10
commit
78535bdd86
|
|
@ -64,6 +64,7 @@
|
||||||
width: `${width}px`,
|
width: `${width}px`,
|
||||||
left: `${left + 1}px`,
|
left: `${left + 1}px`,
|
||||||
top: `${top + 1}px`,
|
top: `${top + 1}px`,
|
||||||
|
zIndex: 9999,
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue