0

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:

enter image description here

enter image description here

enter image description here

For example this is view from Chrome:

enter image description here

enter image description here

Thx for help!

4

1 回答 1

0

我在这里更新了你的 jsfiddle

这是你需要的吗。仅在需要时使用滚动条

overflow: auto;
于 2013-09-29T11:44:30.557 回答