diff --git a/src/components/note/note.style.ts b/src/components/note/note.style.ts index a969fd5cf9..52c1d99aac 100644 --- a/src/components/note/note.style.ts +++ b/src/components/note/note.style.ts @@ -13,13 +13,11 @@ const StyledNoteContent = styled.div<{ ${({ hasPreview }) => css` div.DraftEditor-root { min-height: inherit; - height: 100%; } div.DraftEditor-editorContainer, div.public-DraftEditor-content { min-height: inherit; - height: 100%; background-color: var(--colorsUtilityYang100); line-height: 21px; }