web: do not animate opening/closing of context menus

This commit is contained in:
Abdullah Atta
2023-02-09 10:01:42 +05:00
parent d2fcd61541
commit ba7daf9766

View File

@@ -96,7 +96,8 @@ function GlobalMenuWrapper() {
content: {},
overlay: {
zIndex: 999,
background: "transparent"
background: "transparent",
transition: "none"
}
}}
>