diff --git a/app/editor/components/Styles.ts b/app/editor/components/Styles.ts index fddb46d72..9c4d89e59 100644 --- a/app/editor/components/Styles.ts +++ b/app/editor/components/Styles.ts @@ -39,6 +39,10 @@ const EditorStyles = styled.div<{ display: none; } + & > :first-child { + margin-top: 0; + } + .ProseMirror-yjs-cursor { position: relative; margin-left: -1px;