contextmenu 可以放在非顶级容器

This commit is contained in:
2betop 2020-03-02 16:01:49 +08:00
parent 841eb9dce1
commit 70f936bcb9
1 changed files with 5 additions and 0 deletions

View File

@ -26,6 +26,11 @@
}
.#{$ns}ContextMenu {
position: fixed;
left: 0;
top: 0;
// pointer-events: none;
&-menu {
position: absolute;
z-index: $zindex-contextmenu;