We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a7fa53 commit d8d8960Copy full SHA for d8d8960
library/ContextMenu.scss
@@ -66,12 +66,7 @@
66
overflow: visible;
67
}
68
.mx-context-menu-scroll {
69
- position: absolute;
70
- top: 0;
71
- left: 0;
72
- right: 0;
73
- bottom: 1px;
74
- pointer-events: none;
+ overscroll-behavior: contain;
75
76
77
//Item
@@ -82,6 +77,7 @@
82
align-items: center;
83
78
position: relative;
84
79
padding: 6px 15px;
80
+ -webkit-user-select: none;
85
81
user-select: none;
86
87
white-space: nowrap;
library/ContextSubMenu.vue
@@ -26,6 +26,7 @@
26
width: 'auto',
27
height: `${overflow ? maxHeight : scrollHeight}px`,
28
}"
29
+ containerClass="mx-context-menu-scroll"
30
>
31
<!--Child menu items-->
32
<div
0 commit comments