Textarea scrollbar
Bootstrap 5 Textarea scrollbar component
Responsive Textarea scrollbar built with Bootstrap 5. How to get a textarea scrollbar and change its height or width.
Basic example
A scroll bar will automatically appear when there is more text in the <textarea>
element than it can hold.
Size
To change the height of the textarea, you need to change the value of the rows
attribute.
To change the width of the textarea use bootstrap sizing utilities or bootstrap grid system.