Within my div, there is a textarea element that I am having trouble sizing correctly vertically.
The container div is set to the right size (100%), but I need to give the textarea a minimum height or number of rows to enable scrolling if needed, while still maintaining a height of 100% relative to the div's size.
I am unsure of how to achieve this. Can someone provide an example?