Make Issue Creation Textarea Overflow auto to Fix Annoying Scrollbars
Change issue creation textarea overflow from scroll to auto to fix annoying white scrollbars in dark theme.
Right now, scrollbars show even when not needed, making the UI look messy and distracting. Using auto hides them unless necessary, cleaning up the experience for dark mode users.
Thanks for flagging this. It was on our radar, Sebastian’s looking into a proper fix for this.
Ok so I wrote patch
dbc8be3e0fe36f0d33b2bf0276758265de54a0cfthat makes the background of the scrollbar transparent so it doesn’t show anymore.And when the scrollbar is needed it looks more like the other ones.
Once overlayscrollbars releases textarea support we can also make textareas more like the rest of the scrollbars
Merged the patch. This will be resolved with the next release.