Help - Search - Members - Calendar
Full Version: Hide Horizontal Scroll bar..
Neowin Forums > Help & Discussion Center > Software Discussion & Assistance > Web Browser Discussion > Firefox (Gecko)
SolidSapphire
Is there any add-on of a way to hide the horizontal scrollbar? Some of these web pages just keep getting wider and i don't want to change the size of my window.
tmr250z
Put the following code in your userChrome.css file under the @namespace line or use Stylish to add it as a user style:

CODE
/* Remove Horizontal Scrollbars */
body {
  overflow-x: hidden !important;
}
SolidSapphire
Thanks! I knew somebody here would help. Neowin always saves the day.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2009 Invision Power Services, Inc.