chore: fix super editor menus overflowing

This commit is contained in:
Aman Harwara
2024-01-20 20:16:26 +05:30
parent b53ae1d09b
commit 5463b7b58e
6 changed files with 16 additions and 11 deletions

View File

@@ -989,7 +989,7 @@ class NoteView extends AbstractComponent<NoteViewProps, State> {
)}
{editorMode === 'super' && (
<div className={classNames('blocks-editor w-full flex-grow overflow-hidden overflow-y-auto')}>
<div className={classNames('blocks-editor w-full flex-grow overflow-hidden')}>
<SuperEditor
key={this.note.uuid}
application={this.application}