web: fix dialog footer buttons not visible on Safari

Fixed for the following dialogs:
* Move note dialog
* Move notebook dialog

Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com>
This commit is contained in:
01zulfi
2026-08-27 14:27:33 +05:00
parent 4c702af1ca
commit f1c2c05048
2 changed files with 4 additions and 0 deletions

View File

@@ -177,6 +177,8 @@ export const MoveNoteDialog = DialogManager.register(function MoveNoteDialog({
variant="columnFill"
sx={{
height: "80vh",
minHeight: 0,
overflow: "hidden",
px: 4
}}
>

View File

@@ -114,6 +114,8 @@ export const MoveNotebookDialog = DialogManager.register(
variant="columnFill"
sx={{
height: "80vh",
minHeight: 0,
overflow: "hidden",
px: 4
}}
>