Skip to content

Commit

Permalink
Fix ReactQuill in GeneralEditor (#524)
Browse files Browse the repository at this point in the history
  • Loading branch information
shedanny authored Aug 17, 2021
1 parent 40bec85 commit 8c2d9f8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Editor/GeneralEditor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ const Editor: React.FC<IQuillEditorProps> = (props) => {
modules={modules}
formats={formats}
ref={editorRef}
scrollingContainer="html"
/>
</div>
);
Expand Down
4 changes: 4 additions & 0 deletions src/components/Editor/generalEditor.styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -110,3 +110,7 @@ blockquote {
text-decoration: underline;
color: #0000ff;
}

.ql-clipboard {
position: fixed !important;
}

0 comments on commit 8c2d9f8

Please sign in to comment.