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

@@ -32,6 +32,7 @@ function ShowInfoDialogComponent() {
onClick={() => setShown(false)}
/>}
show={shown}
stackable
>
<RawHtmlBlock className="info-dialog-content" html={opts?.message ?? ""} />
</Modal>);