Mozilla Monitor website will be down for 2 hours starting 5/20/2025 at 6 AM PT. Visit our status site for updates.

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Redesign for the Scroll-Bars

  • 8 replies
  • 1 has this problem
  • 75 views
  • Last reply by Vilter

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.

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.
Attached screenshots

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 👍 1

All 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.

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