Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
このテキスト エディタの max-height を設定する必要があるため、高さが 200px を超える場合は、スクロール可能なテキスト エディタが必要です。
例はここにあります。私もそうやって使っています。
http://triangular.oxygenna.com/#/elements/textangular
エディターのcssクラスで-
max-height : 200px; overflow-y : scroll;