ultimatedelman/autogrow

Stops growing when approaching parent height.

Closed this issue · 2 comments

I have the textarea inside of a div with a fixed height and overflow: scroll;. When the textarea approaches the height of the parent div (about one line height above). I can't find anywhere that seems like it will cause this problem, but wondering if you have any ideas.

I am looking for it to expand so that the div it is inside of needs to scroll to see the bottom of this.

I will try to recreate the issue in a fiddle.

I will wait for your fiddle. I'm having a hard time visualizing your issue.

Solved it, was a dumb mistake on my side haha, sorry about that.

I had a stray max height css line from before that I missed.