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!

Rechercher dans l’assistance

Évitez les escroqueries à l’assistance. Nous ne vous demanderons jamais d’appeler ou d’envoyer un SMS à un numéro de téléphone ou de partager des informations personnelles. Veuillez signaler toute activité suspecte en utilisant l’option « Signaler un abus ».

Learn More

How can I make the scroll bars wider?

  • 2 réponses
  • 2 ont ce problème
  • 3 vues
  • Dernière réponse par cor-el

more options

How can I make the scroll bars wider?

How can I make the scroll bars wider?

Toutes les réponses (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