shdwmtr / fluenty-tracking

Issue tracking and feature requests for Fluenty
https://www.patreon.com/FluentyforSteam
2 stars 1 forks source link

[Feature] Update scrollbars to look like Windows 11 ones #24

Open Josh65-2201 opened 2 months ago

Josh65-2201 commented 2 months ago

Before Requesting

Describe the feature you'd like!

Currently there very think and hard to see or click on. image

Anything else?

No response

shdwmtr commented 2 months ago

There's only so much we can do with scrollbars in CSS, it's not possible to perfectly replicate the scroll bar. That's why we went with showing the small version at all times. CSS doesn't let you change the border radius on the outside margin of the scroll bar, and it also doesn't let you dynamically change the width on hover cleanly.

I'll take a further look into though.

Josh65-2201 commented 2 months ago

Even if it not perfect I still think it should be tried both for looks and accessibility. Even without changing the width on hover, Windows has an always expanded mode which would be better to use.