Skip to content

Commit 6590b47

Browse files
committed
fix: height
1 parent 8ca9c14 commit 6590b47

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/react/v2/components/compound/editor/components/rich-text-provider.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export function EditorProvider({
4949
<EditorContent
5050
editor={editorInstance}
5151
className={cn(
52-
'!rounded-md min-h-[240px] bg-white w-full outline-none',
52+
'!rounded-md min-h-[240px] max-h-[240px] bg-white w-full outline-none overflow-y-auto',
5353
editorContainerProps.className
5454
)}
5555
data-slot="input-group-control"

0 commit comments

Comments
 (0)