Element-web: [Minor] Scrollbars on Windows are ugly

Created on 3 Jan 2019  Â·  9Comments  Â·  Source: vector-im/element-web

They don't fit the theme at all
image

redesign cosmetic

Most helpful comment

with native CSS scrollbars we can do better, like this:

native-css-scrollbars

Something like:

.mx_AutoHideScrollbar {
    scrollbar-color: rgba(0,0,0,.2) transparent;
    scrollbar-width: thin;
}

All 9 comments

Is your issue with their colour, their form, or both?

All of the above.

Having similar issue on Firefox @ Manjaro Linux.

Moreover, for some reason, the Favorites section even glitches the whole layout on hover (sidebar gets narrower on hover on Favorites) – see video preview.

@AllienWorks I think the issue you're seeing is different from this one. Please open a new issue using the "Redesign" template with the link to the video there.

@AllienWorks I think the issue you're seeing is different from this one. Please open a new issue using the "Redesign" template with the link to the video there.

Issue disappeared when I manually resized the sidebar width, so probably some leftover of my old settings from non-experimental Riot version. Not sure if another logged issue is needed then..?

I have the same issue on linux on the room list. Everywhere else they use a different (and imo nicer) scrollbar style

Some more insight:

  1. It feels like the colours clash between the grey of the scrollbar and the light blue of the room list
  2. This is often not a problem for other sites because the scrollbar is on the right side of the entire app and feels like part of the browser, rather than part of the app.

It also sounds like the idea is to move away from the current css fake scrollbar library and towards native scrollbars.

with native CSS scrollbars we can do better, like this:

native-css-scrollbars

Something like:

.mx_AutoHideScrollbar {
    scrollbar-color: rgba(0,0,0,.2) transparent;
    scrollbar-width: thin;
}
Was this page helpful?
0 / 5 - 0 ratings