How do I make fields adapt to text instead of showing scroll bars?

Hi. My mobile view presents double scroll bars, and setting fields and/or flexboxes to 100% height isn’t working.

Hi @Kat :wave:

It’s hard to see what you have there but can you try adding overflow: hidden to the parent container to prevent double scrolling?

Thanks! I don’t want to use the scroll bar at all, I want most text fields in my app to show all the text (we have character limits).
Overflow currently does not remove scroll bars, it just makes the text field bigger.

Hi @Kat I think it’s all working now with overflow = hidden + input long answer with resize?

Can you let me know if it’s not working?