Radish alpha
r
rad:z4D5UCArafTzTQpDZNQRuqswh3ury
Radicle desktop app
Radicle
Git
Make Issue Creation Textarea Overflow auto to Fix Annoying Scrollbars
Closed { reason: Solved } did:key:z6MkppfZ...yM5E opened 10 months ago

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.

UI example

rudolfs commented 10 months ago

Thanks for flagging this. It was on our radar, Sebastian’s looking into a proper fix for this.

z6MkkfM3...sVz5 commented 10 months ago

Ok so I wrote patch dbc8be3e0fe36f0d33b2bf0276758265de54a0cf that 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

rudolfs commented 10 months ago

Merged the patch. This will be resolved with the next release.