ui: fix weird zIndex animation on popups

This commit is contained in:
Abdullah Atta
2024-03-18 12:05:18 +05:00
parent cb124c7445
commit 61e0fdea50

View File

@@ -206,6 +206,7 @@ function _PopupPresenter(props: PropsWithChildren<PopupPresenterProps>) {
padding: 0,
zIndex: 999,
outline: 0,
opacity: `1 !important`,
isolation: "isolate"
}}
>
@@ -216,7 +217,8 @@ function _PopupPresenter(props: PropsWithChildren<PopupPresenterProps>) {
content: {},
overlay: {
zIndex: 999,
background: "transparent"
background: "transparent",
opacity: 1
}
}}
>