SeaMonkey Browser FAQ

Last updated onn 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.

Webmaster: Chris Ilias