diff --git a/src/components/Editor/GeneralEditor.tsx b/src/components/Editor/GeneralEditor.tsx index fc845728c..827ba1c43 100644 --- a/src/components/Editor/GeneralEditor.tsx +++ b/src/components/Editor/GeneralEditor.tsx @@ -45,6 +45,7 @@ const Editor: React.FC = (props) => { modules={modules} formats={formats} ref={editorRef} + scrollingContainer="html" /> ); diff --git a/src/components/Editor/generalEditor.styles.css b/src/components/Editor/generalEditor.styles.css index 1f73ec71a..ce33629e5 100644 --- a/src/components/Editor/generalEditor.styles.css +++ b/src/components/Editor/generalEditor.styles.css @@ -110,3 +110,7 @@ blockquote { text-decoration: underline; color: #0000ff; } + +.ql-clipboard { + position: fixed !important; +}