remove context menu transtion

- to fix z-index issues
This commit is contained in:
geoffrey45
2022-07-05 17:29:01 +03:00
committed by Mungai Geoffrey
parent 40fcbfd576
commit 1eb7c5d396
+1 -2
View File
@@ -57,7 +57,7 @@ const context = useContextStore();
top: 0; top: 0;
left: 0; left: 0;
width: 12rem; width: 12rem;
z-index: 10000; z-index: 10000 !important;
transform: scale(0); transform: scale(0);
padding: $small; padding: $small;
@@ -158,7 +158,6 @@ const context = useContextStore();
.context-menu-visible { .context-menu-visible {
transform: scale(1); transform: scale(1);
transition: transform 0.2s ease-in-out;
} }
.context-normalizedX { .context-normalizedX {