diff --git a/src/components/contextMenu.vue b/src/components/contextMenu.vue index 4ede4c02..7797d1ff 100644 --- a/src/components/contextMenu.vue +++ b/src/components/contextMenu.vue @@ -57,7 +57,7 @@ const context = useContextStore(); top: 0; left: 0; width: 12rem; - z-index: 10000; + z-index: 10000 !important; transform: scale(0); padding: $small; @@ -158,7 +158,6 @@ const context = useContextStore(); .context-menu-visible { transform: scale(1); - transition: transform 0.2s ease-in-out; } .context-normalizedX {