How Can I Control the Scroll Speed When Selecting Text Near the Edge of a text box?

I’m working on a webpage where I noticed that when I select some text in a textarea and move my mouse cursor to the top or bottom edge of the textarea, it scrolls up or down automatically. However, the scrolling speed is too fast and makes it difficult to control the selection

Is there a way to reduce the scroll speed when selecting text and moving the cursor to the edge of the texarea?

body {
   height: 2000px;
   padding: 20px;
}
<textarea> Lorem ipsum dolor sit amet consectetur adipisicing elit. Porro quidem magnam corporis itaque sit cupiditate voluptate esse. Voluptatibus ratione sit id doloribus unde dolor repellat sint. Laudantium blanditiis architecto exercitationem </textarea>