mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-02-24 04:00:59 +01:00
ui: fix weird zIndex animation on popups
This commit is contained in:
@@ -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
|
||||
}
|
||||
}}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user