Søg i Support

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

How do I make the right-hand scroll BIGGER???

more options

I simply want to make the scroll bar BIGGER -- NOT "Tool bars" which keeps popping up.

I simply want to make the scroll bar BIGGER -- NOT "Tool bars" which keeps popping up.

Valgt løsning

I switched from Aero to a basic theme. I can get the old dialog by right-clicking the desktop, choosing Personalize, then at the bottom of that pane, clicking Window Color to go directly to the dialog. With Aero themes, you get an intermediate color screen and need to click the Advanced settings link.

Læs dette svar i sammenhæng 👍 1

Alle svar (5)

more options

You can use a custom style rule to do this, if there aren't any nice themes that have this feature.

Try this. Open:

Help > Troubleshooting Information > "Open Containing Folder"

Your active Firefox profile folder will be displayed. Double-click the chrome sub-folder.

Do you have a filed named userChrome.css ? If not, right-click, choose New > Text Document and change the name to userChrome.css (note that the name must end with css and not TXT).

Open the userChrome.css file in a text editor such as Notepad or Wordpad, then paste the following rule into the file and save it:


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

You might need to restart Firefox to see the effect. If that isn't wide enough, you can increase the width/height from 25 pixels to a larger measurement. What will work best for you really depends on your screen resolution.

more options

That is usually done system width via the Personalization settings.

  • Control Panel > Personalization > Window Color and Appearance

You can also try a large theme to see if that helps.


Be sure to have the required @namespace line at the top of the userChrome.css file

The customization files userChrome.css (interface) and userContent.css (websites) are located in the chrome folder in the user profile folder.


@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */

Ændret af cor-el den

more options

"That is usually done system width via the Personalization settings.

   Control Panel > Personalization > Window Color and Appearance "

I presume you meant "system-wide," referring to the WINDOWS Control Panel, as no such location exists in Firefox. If you were talking about Windows XP or anything else before Windows 7, you would be correct about making things larger. BUT, Windows 7 does not have the options of old, where one could set Icon size, Scroll Bar size, etc. etc. (Once located in "Display.") It just isn't there any more. Any suggestions????

more options

That should still be possible in Windows 7.
They seem to have the "Advanced appearance settings" link to access such settings harder to notice.

more options

Valgt løsning

I switched from Aero to a basic theme. I can get the old dialog by right-clicking the desktop, choosing Personalize, then at the bottom of that pane, clicking Window Color to go directly to the dialog. With Aero themes, you get an intermediate color screen and need to click the Advanced settings link.