-1

I get weird styling issue in IE for text area. When content is huge scrollbar appears (as expected) but when I scroll there appears horizontal lines everywhere in the content i scrolled.

OLDRomeo
  • 33
  • 9
  • I believe this question is a duplicate of: http://stackoverflow.com/questions/10286030/ie9-scrolling-bug-border-line-repeated-on-screen – Robin Aug 31 '16 at 17:06

1 Answers1

0

Try this

<textarea wrap="off"></textarea>
E.Agolli
  • 552
  • 2
  • 11