[an error occurred while processing this directive]
[an error occurred while processing this directive]

Mozilla Browser FAQ

Last updated on April 2, 2006.

How do I change the scrollbar width?

Add this script in your userContent.css (See Editing Config Files):

scrollbar[orient="vertical"] scrollbarbutton,
scrollbar[orient="vertical"] slider{
width: 20px !important;
}

You can change the "20px" to whatever value you want.

[an error occurred while processing this directive]