fix: Ensure correct stacking context for right click menu

Signed-off-by: Christopher Ng <chrng8@gmail.com>
pull/44179/head
Christopher Ng 3 months ago
parent c627fae31d
commit 335cdf04a3

@ -628,7 +628,7 @@ export default defineComponent({
overflow: hidden;
flex-direction: column;
max-height: 100%;
position: relative;
position: relative !important;
}
$margin: 4px;

Loading…
Cancel
Save