diff --git a/lib/screens/note/note_editor.dart b/lib/screens/note/note_editor.dart index cbc8b9f7..b5867edb 100644 --- a/lib/screens/note/note_editor.dart +++ b/lib/screens/note/note_editor.dart @@ -409,7 +409,7 @@ class _NoteEditorState extends ConsumerState { child: KeyboardVisibilityBuilder(builder: (context, kbVisible) { return Padding( padding: - (kbVisible) ? const EdgeInsets.only(bottom: 36) : EdgeInsets.zero, + (kbVisible) ? const EdgeInsets.only(bottom: 52) : EdgeInsets.zero, child: SingleChildScrollView( child: Padding( padding: widget.padding ?? EdgeInsets.zero,