I have some editable field. I use textarea to edit it and change source by jQuery. So i have some problem with area scrollbar. When I turn the scroll bars of (overflow: hidden;
) component behaves just as if they were still inside and dumps the text to the next line. Is there any possible to remove it totally?
This is how it looks like:
For example this is view from Chrome:
Thx for help!