Open Ikkevoid opened 6 years ago
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;
}
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.
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?