fix: Ensure correct stacking context for right click menu

Signed-off-by: Christopher Ng <chrng8@gmail.com>
This commit is contained in:
Christopher Ng 2024-03-13 09:07:49 -07:00
parent c627fae31d
commit 335cdf04a3

View file

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