fix: scroll-bar class for editor compnent (#8310)
This commit is contained in:
@@ -71,7 +71,7 @@ export const Editor = (props: TextEditorProps) => {
|
||||
variables={props.variables}
|
||||
/>
|
||||
<div
|
||||
className={classNames("editor-inner", !editable && "bg-muted")}
|
||||
className={classNames("editor-inner scroll-bar", !editable && "bg-muted")}
|
||||
style={{ height: props.height }}>
|
||||
<RichTextPlugin
|
||||
contentEditable={<ContentEditable style={{ height: props.height }} className="editor-input" />}
|
||||
|
||||
Reference in New Issue
Block a user