fix: editor container height (#5669)

This commit is contained in:
Aaryan Khandelwal 2024-09-23 18:49:53 +05:30 committed by GitHub
parent 83bfca6f2d
commit 2153eda9a8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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={{