niuware / mui-rte

Material-UI Rich Text Editor and Viewer
MIT License
432 stars 168 forks source link

Max text height and scroll bar #268

Closed chrishj59 closed 3 years ago

chrishj59 commented 3 years ago

Checklist

Description

Write here your issue description. When designing forms it is useful to have control over the height of the widget with a scroll bar that appears then the number of lines exceeds the height of the text area there should be a scroll bar. I have attempted to add maxHeight: '5rem' in the the theme override. This does not limit the height of the widget.

MUIRichTextEditor: { root: { marginTop: 20, }, editor: { borderBottom: '1px solid gray', maxHeight: '5rem', }, },

chrishj59 commented 3 years ago

I have spent more time and can see the solution updating the theme override. Opened in error