Skip to content
This repository has been archived by the owner on May 3, 2019. It is now read-only.

Option to hide/change scrollbar. #285

Open
Ikkevoid opened this issue Sep 27, 2018 · 2 comments
Open

Option to hide/change scrollbar. #285

Ikkevoid opened this issue Sep 27, 2018 · 2 comments
Labels
Milestone

Comments

@Ikkevoid
Copy link

Scrollbars look ugly for me, is there an option to hide them, or change style of them with css, so it's more native to the streaming platform used?

@ColinDuquesnoy ColinDuquesnoy added this to the 3.5.0 milestone Sep 29, 2018
@ColinDuquesnoy
Copy link
Owner

The scrollbar are coming from the QtWebEngine/Chromium backend, they most likely use the native rendering style. There is an option to hide them but only with Qt > 5.10. We could expose that option in the settings if MellowPlayer is build with a version of Qt that suports that option.

There seems to be a way to customize them with with a user script that override some CSS properties (example coming from https://stackoverflow.com/questions/47034298/how-to-resize-width-of-scrollbar-in-webengineview)

::-webkit-scrollbar {
  width: 40px;
}

@ColinDuquesnoy
Copy link
Owner

This issue has been moved to our new gitlab issue tracker.

The github repository will be archived soon and this issue will become read-only. We suggest you continue the discussion and follow the progress on this issue at gitlab.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants