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
June 13, 2013
View PSD & TGA Files in Windows Explorer
Want to be able to view .PSD and .TGA files as thumbnails in your explorer?
July 12, 2011
[How-to-Fix] Google+ Cheat Sheet
Google+ Cheat Sheet. Tips and tricks about how to use Google+ and its features.
June 13, 2011
The Unofficial LEGO Minifigure Catalog
The LEGO Minifigure Catalog promotion video that I was making is up and running! The purpose of the video is to show how extensive the book actually is with over 3600 minifigure photographs with professional quality, interconnected metadata and theme taxonomy.
November 3, 2012



