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;
}