I have Firefox 7 and I use it in my netbook. The screen is very small, so I want to have as less as possible UI. I would like to know if it is possible to remove or disable the vertical scrbollbar. Thank you

It is not really much more to say. The screen resolution is 1024 x 600. And most of the sites do not match, if even 20 px more would be great.

You can try this code instead of userChrome.css
You may need to adjust the margin to hide the scroll bar.

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

browser {margin-right:-14px!important; overflow-y:scroll!important;}

Tags: Firefox

Similar Questions

Maybe you are looking for