Edge scroll drag text

Edge scroll drag text

HTML

<textarea>
  Here's a little bit of text and a little bit more.
  Here's a little bit of text and a little bit more.
  Here's a little bit of text and a little bit more.
  Here's a little bit of text and a little bit more.
  Here's a little bit of text and a little bit more.
  Here's a little bit of text and a little bit more.
  Here's a little bit of text and a little bit more.
  Here's a little bit of text and a little bit more.
  Here's a little bit of text and a little bit more.
  Here's a little bit of text and a little bit more.
  Here's a little bit of text and a little bit more.
  Here's a little bit of text and a little bit more.
  Here's a little bit of text and a little bit more.
  Here's a little bit of text and a little bit more.
  Here's a little bit of text and a little bit more.
  Here's a little bit of text and a little bit more.
  Here's a little bit of text and a little bit more.
  Here's a little bit of text and a little bit more.
  Here's a little bit of text and a little bit more.
  Here's a little bit of text and a little bit more.
</textarea>

CSS

textarea{
  white-space:pre;
  word-wrap: normal;
  height:300px;
  width:300px;
  overflow:auto;
}