fix: editor container height (#5669)
This commit is contained in:
parent
83bfca6f2d
commit
2153eda9a8
1 changed files with 1 additions and 1 deletions
|
|
@ -166,7 +166,7 @@ export const PageEditorBody: React.FC<Props> = observer((props) => {
|
|||
}}
|
||||
handleEditorReady={handleEditorReady}
|
||||
ref={editorRef}
|
||||
containerClassName="p-0 pb-64"
|
||||
containerClassName="h-full p-0 pb-64"
|
||||
displayConfig={displayConfig}
|
||||
editorClassName="pl-10"
|
||||
mentionHandler={{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue