Firefox and Chrome doesn’t show a scrollbar on the right if the content of a page isn’t longer than the window. But when the content becomes longer, the vertical scrollbar appears and causes the layout to shift. This “jump” can be quite annoying as the whole layout moves to the left. To fix this:
html {
overflow-y:scroll;
}
Related Posts
November 7, 2011
[How] Premiere: Avi File; No Video, Only Audio
How to fix no video when importing AVI with Premiere
March 27, 2012
[Xense] Coming…
March 26, 2010
Interactive Guide System on the Nintendo DS
An interactive guide system for the movie theme park Eigamura



