gitify-app / gitify

GitHub notifications on your menu bar. Available on macOS, Windows & Linux.
https://gitify.io
MIT License
4.48k stars 257 forks source link

Scrollbars visibility #1257

Closed afonsojramos closed 3 months ago

afonsojramos commented 3 months ago

Scrollbars are now permanently visible on macOS when there is overflow content. Previously they would hide/show based on scrolling activity.

If possible, let's try to improve this!

Screenshot 2024-06-17 at 7 41 43 AM Screenshot 2024-06-17 at 7 40 26 AM

From the comment by @setchy in https://github.com/gitify-app/gitify/issues/1253#issuecomment-2173166188

Araxeus commented 3 months ago

isnt this actually a good thing? that way the user know there is more content that can be scrolled to?

anyways if you want the scrollbar css to be platform specific, then a tag in the html with the platform could be useful i.e <html class="dark" platform="windows">...

afonsojramos commented 3 months ago

isnt this actually a good thing? that way the user know there is more content that can be scrolled to?

To be honest... yeah... @setchy thoughts?

setchy commented 3 months ago

I agree - it now provides clarity over the additional content. was just sharing the observation 😎