mirror of
https://github.com/zadam/trilium.git
synced 2025-11-08 06:15:48 +01:00
fix(react/dialogs): some dialogs are not displayed on top
This commit is contained in:
@@ -54,6 +54,7 @@ function ConfirmDialogComponent() {
|
||||
}} />
|
||||
</>}
|
||||
show={shown}
|
||||
stackable
|
||||
>
|
||||
{!opts?.message || typeof opts?.message === "string"
|
||||
? <div>{(opts?.message as string) ?? ""}</div>
|
||||
|
||||
Reference in New Issue
Block a user