fix(react/dialogs): some dialogs are not displayed on top

This commit is contained in:
Elian Doran
2025-08-10 17:37:48 +03:00
parent 3caefa5409
commit a20d66a6b5
5 changed files with 10 additions and 2 deletions

View File

@@ -54,6 +54,7 @@ function ConfirmDialogComponent() {
}} />
</>}
show={shown}
stackable
>
{!opts?.message || typeof opts?.message === "string"
? <div>{(opts?.message as string) ?? ""}</div>