mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-08-29 10:09:26 +02:00
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:
@@ -177,6 +177,8 @@ export const MoveNoteDialog = DialogManager.register(function MoveNoteDialog({
|
||||
variant="columnFill"
|
||||
sx={{
|
||||
height: "80vh",
|
||||
minHeight: 0,
|
||||
overflow: "hidden",
|
||||
px: 4
|
||||
}}
|
||||
>
|
||||
|
||||
@@ -114,6 +114,8 @@ export const MoveNotebookDialog = DialogManager.register(
|
||||
variant="columnFill"
|
||||
sx={{
|
||||
height: "80vh",
|
||||
minHeight: 0,
|
||||
overflow: "hidden",
|
||||
px: 4
|
||||
}}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user