Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Eheka Pytyvõha

Emboyke pytyvõha apovai. Ndorojeruremo’ãi ehenói térã eñe’ẽmondóvo pumbyrýpe ha emoherakuãvo marandu nemba’etéva. Emombe’u tembiapo imarãkuaáva ko “Marandu iñañáva” rupive.

Learn More

How can I make the scroll bars wider?

  • 2 Mbohovái
  • 2 oguereko ko apañuãi
  • 3 Hecha
  • Mbohovái ipaháva cor-el

more options

How can I make the scroll bars wider?

How can I make the scroll bars wider?

Opaite Mbohovái (2)

more options

I think Firefox follows your default setting for "desktop" applications in Windows ("modern" applications have their own settings). If you want to widen scrollbars for ALL desktop applications, you may be able to use the methods described on the following page:

http://winaero.com/blog/how-to-change-the-size-of-scrollbars-in-windows-10/ - show options for manually editing the Windows registry or using their utility program named WinAero Tweaker (I have not tested either method myself)

To modify only Firefox, you probably need an add-on. I didn't see anything in a quick search, but: https://addons.mozilla.org/firefox/

Also, you might be able to use a custom style rule. For example, this might still work (I copied it from a 2012 thread):

scrollbar[orient="vertical"] scrollbarbutton,
scrollbar[orient="vertical"] slider {
 width: 25px !important;
 height: 25px !important;
 -moz-appearance: none !important;
}

You can apply custom style rules to Firefox's interface using either a userChrome.css file, or the Stylish extension, but I think the other methods might be more convenient.

more options