AneJoh

~ John and Jane ~

November 5, 2007

Firefox Scrollbar Fix    Author: John

Posted in Web Stuff | |

Here’s a the code to fix the annoying jumping pages in Firefox caused by lack of vertical content. This code allows for the scrollbar to show even when not needed.
html {
overflow-y: scroll;
}

One Response to “Firefox Scrollbar Fix”

  1. Glenn Says:

    If it’s only Firefox you’re interested in fixing, why not use:

    html { overflow: -moz-scrollbars-vertical; }

    This will give you a nice greyed-out vertical toolbar as IE does.

Leave a Reply