Created attachment 166331 [details] scrollbar style issue SUMMARY Scrollbar style doesn't match plasma default styling STEPS TO REPRODUCE 1. Add web browser applet to desktop SOFTWARE/OS VERSIONS Operating System: EndeavourOS KDE Plasma Version: 6.0.0 KDE Frameworks Version: 6.0.0 Qt Version: 6.7.0 Kernel Version: 6.7.4-arch1-1.1-g14 (64-bit) Graphics Platform: Wayland Processors: 16 × AMD Ryzen 7 6800HS with Radeon Graphics Memory: 14.9 GiB of RAM Graphics Processor: AMD Radeon Graphics Manufacturer: ASUSTeK COMPUTER INC. Product Name: ROG Flow X13 GV301RA System Version: 1.0
I think this is because it's using the scrollbars provided by QTWebEngine, which is itself just Chromium, and those are the default Chromium scrollbars. You can also see the same styling in the Chromium app itself. I guess we need for Breeze-GTK to re-style the Chromium scrollbars.
(In reply to Nate Graham from comment #1) > I think this is because it's using the scrollbars provided by QTWebEngine, > which is itself just Chromium, and those are the default Chromium > scrollbars. You can also see the same styling in the Chromium app itself. > > I guess we need for Breeze-GTK to re-style the Chromium scrollbars. I doubt Chromium scrollbars are customizable via GTK theming.
Then there's nothing we can do here. :(
Can we inject custom css for scrollbar styling? Chromium supports this in css. https://developer.chrome.com/docs/css-ui/scrollbar-styling
Interesting. Maybe doable in breeze-gtk after all which can apply custom CSS.