diff --git a/packages/app-desktop/gui/NoteEditor/NoteBody/TinyMCE/styles/index.ts b/packages/app-desktop/gui/NoteEditor/NoteBody/TinyMCE/styles/index.ts index a3ba29e21c..de2000d3cb 100644 --- a/packages/app-desktop/gui/NoteEditor/NoteBody/TinyMCE/styles/index.ts +++ b/packages/app-desktop/gui/NoteEditor/NoteBody/TinyMCE/styles/index.ts @@ -11,7 +11,7 @@ export default function styles(props: NoteBodyEditorProps) { display: 'flex', flexDirection: 'row', position: 'absolute', - height: theme.toolbarHeight + 11, + height: theme.toolbarHeight, alignItems: 'center', zIndex: 2, top: 0,