
Redesign for the Scroll-Bars
I find the Scroll Bars of Firefox currently to be a little out of date. There must be some Graphic Designer out there, who will make a new Design for them.
Chosen solution
Firefox uses the scrollbars provided by the operating system. The scrollbars that you are seeing are the ones that Windows 10 uses. If you use Firefox on a different operating system (Mac or Linux, for example), the scrollbars will be different.
Read this answer in context 👍 1All Replies (8)
Hi,
The people who answer questions here, for the most part, are other Firefox users volunteering their time (like me), not Mozilla employees or Firefox developers.
If you want to leave feedback for Firefox developers, you can go to the Firefox Help menu and select Submit Feedback... or use this link. Your feedback gets collected by a team of people who read it and gather data about the most common issues.
Hello Vilter,
I doubt if developers are willing to redesign the scrollbars (they need to focus on real probems), but I think you would need to use CSS to change
the design :
https://medium.com/@beraliv/scrollbar-customisation-31bd28652e9
https://css-tricks.com/the-current-state-of-styling-scrollbars/
Sadly changing it with CSS doesn't seem to work in Firefox right now, as the Scrollbars are set by the Browser.
Maybe you'd like to take a look at these :
https://github.com/Aris-t2/CustomCSSforFx/issues/160
https://webplatform.news/issues/2019-07-25
https://www.ghacks.net/2019/11/11/firefox-72-dynamic-scrollbars-based-on-page-color/
You don't say (and I never asked) what it is that you would like to change, but in case it's the width :
https://www.simplehelp.net/2018/01/27/how-to-increase-the-scrollbar-size-in-windows-7810/
In case it's the color :
https://www.reddit.com/r/firefox/comments/dounst/how_to_change_scrollbar_color/f5smyn4/
(but userChrome.css code seems to sometimes change with updates and you'd have to put in some different code)
Chosen Solution
Firefox uses the scrollbars provided by the operating system. The scrollbars that you are seeing are the ones that Windows 10 uses. If you use Firefox on a different operating system (Mac or Linux, for example), the scrollbars will be different.
Wesley Branton said
Firefox uses the scrollbars provided by the operating system. The scrollbars that you are seeing are the ones that Windows 10 uses. If you use Firefox on a different operating system (Mac or Linux, for example), the scrollbars will be different.
That is very interresting, I did not know that. Thank you