```css
textarea {
scrollbar-width: thin;
}
```
thoughts?
@argyleink Eh. Better than
```css
textarea {
scrollbar-width: none;
}
```

@argyleink

```css
textarea {
scrollbar-width: thin;
scrollbar-color: #f0f;
}
```

If you must.

@argyleink why force the user's means of scrolling to be "how I want it to look," when instead it could just work as the user expects?