0

I need to set max-height for this this text editor.so I need a scrollable text editor if its height bigger than 200px.

The example is here. I am using like that also.

http://triangular.oxygenna.com/#/elements/textangular

Must.Tek
  • 1,220
  • 10
  • 17

1 Answers1

1

In the editor's css class-

 max-height : 200px;
 overflow-y : scroll;
Mattan Bitner
  • 1,463
  • 3
  • 14
  • 29