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
You can try adding:
#aboutDescription { height: 100px; max-height: 100px; }