mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 03:46:37 +01:00
fix(react/dialogs): some dialogs are not displayed on top
This commit is contained in:
@@ -32,6 +32,7 @@ function ShowInfoDialogComponent() {
|
||||
onClick={() => setShown(false)}
|
||||
/>}
|
||||
show={shown}
|
||||
stackable
|
||||
>
|
||||
<RawHtmlBlock className="info-dialog-content" html={opts?.message ?? ""} />
|
||||
</Modal>);
|
||||
|
||||
Reference in New Issue
Block a user