Dave_Roberts
Level 10

Re: Yes, you can make the marketo text area expandable..

Check out the support chart for the "resize" property here: https://caniuse.com/#feat=css-resize

It looks like you might run into an issue with IE and iOS.

You might be able to use the jQuery resizables for something like this -- it's a little less straight-forward but a little more consistent across browsers.