I have a textarea that I want to enable vertical scrolling. When I exceed the height of the textarea, it increases in size. The scroll bar does not appear. I want that a ver
Maybe a fixed height and overflow-y: scroll;
height
overflow-y: scroll;