Is there a way to set the initial height of a text area element at 168px, with the ability for users to expand it vertically if needed later on? The challenge is that the initial value loaded into the box is large and causes it to auto-expand past the 168px height on page load. I have tried using min-height, resize: vertical, and overflow properties in various combinations without success, as the box continues to autoexpand. Is it possible to achieve this behavior with CSS?