removing scrollbar from textarea

removing scrollbar from textarea

I am trying to remove the scrollbars from a textfield. textfield has a class "textbox"
Is this the right way to do it?

$(".textbox").css("overflow", "hidden");