Textarea Resize Property

I added some custom CSS to override the default Bubble setting on textarea elements resize: none to resize: vertical. I can see that it changed the state of the element to resize: vertical, but the textarea still won’t actually resize. Is there something else that is blocking this resize property?

The textarea is in a column group in a row group.

Screenshot 2023-10-09 at 12.00.55 PM

Hi @stephanie.smith,

Try adding !important after resize: none; so it should look like resize: none !important

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.