web: fix weird janky animation when opening dialogs (#3826)

This commit is contained in:
Muhammad Ali
2023-11-21 08:20:26 +05:00
committed by GitHub
parent 576fe78e33
commit 06bb9e654b

View File

@@ -80,11 +80,10 @@ function BaseDialog(props: React.PropsWithChildren<DialogProps>) {
border: 0,
zIndex: 999,
backgroundColor: "var(--backdrop)"
},
overlay: {
opacity: 1
}
// overlay: {
// zIndex: 999,
// background: "var(--backdrop)"
// }
}}
>
<ScopedThemeProvider