contextmenu 可以放在非顶级容器
This commit is contained in:
parent
841eb9dce1
commit
70f936bcb9
|
@ -26,6 +26,11 @@
|
|||
}
|
||||
|
||||
.#{$ns}ContextMenu {
|
||||
position: fixed;
|
||||
left: 0;
|
||||
top: 0;
|
||||
// pointer-events: none;
|
||||
|
||||
&-menu {
|
||||
position: absolute;
|
||||
z-index: $zindex-contextmenu;
|
||||
|
|
Loading…
Reference in New Issue