From 06bb9e654bdf1821b5f327aed0ace0d23948888d Mon Sep 17 00:00:00 2001 From: Muhammad Ali Date: Tue, 21 Nov 2023 08:20:26 +0500 Subject: [PATCH] web: fix weird janky animation when opening dialogs (#3826) --- apps/web/src/components/dialog/index.tsx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/apps/web/src/components/dialog/index.tsx b/apps/web/src/components/dialog/index.tsx index 60a5ad3fc..c096b3fd6 100644 --- a/apps/web/src/components/dialog/index.tsx +++ b/apps/web/src/components/dialog/index.tsx @@ -80,11 +80,10 @@ function BaseDialog(props: React.PropsWithChildren) { border: 0, zIndex: 999, backgroundColor: "var(--backdrop)" + }, + overlay: { + opacity: 1 } - // overlay: { - // zIndex: 999, - // background: "var(--backdrop)" - // } }} >