Adding scroll to TextArea

Hello,
my issue is the following: I have a “comments” field that is a TextArea in the Contact Module. In some cases, comments are very long walls of texts and they “destroy” the height layout of the page. I’d like to implement a scroll view in that TextArea, is there any way I can do it?

Thanks for the help!

Up

up

Up

I am sure that there are better ways to achieve it but you can try a logic hook that injects some javascript that adds the extra style to have scrollbars.