Remove Scrollbar "Jumping"

When centering a page with CSS like margin: auto; , there's a small gotcha: the page will "jump" a little on certain browsers when navigating between short and long pages. This is because the scrollbar gets hidden with short pages and is shown again with longer pages, which makes the page move a little horizontally.

But there's a simple solution.

Read about it on Ayke van Laëthem's blog