fix: 修复右键按钮在弹窗下层级问题 (#1552)

This commit is contained in:
LuCat
2022-03-19 00:06:37 +08:00
committed by GitHub
parent aaa30fbf10
commit 78535bdd86

View File

@@ -64,6 +64,7 @@
width: `${width}px`,
left: `${left + 1}px`,
top: `${top + 1}px`,
zIndex: 9999,
};
});