We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ca9c14 commit 6590b47Copy full SHA for 6590b47
1 file changed
packages/react/v2/components/compound/editor/components/rich-text-provider.tsx
@@ -49,7 +49,7 @@ export function EditorProvider({
49
<EditorContent
50
editor={editorInstance}
51
className={cn(
52
- '!rounded-md min-h-[240px] bg-white w-full outline-none',
+ '!rounded-md min-h-[240px] max-h-[240px] bg-white w-full outline-none overflow-y-auto',
53
editorContainerProps.className
54
)}
55
data-slot="input-group-control"
0 commit comments