body { overflow-y: scroll; }
How annoying is it when you link from a "short" page to a "long" page and the vertical scrollbar "jumps" in and changes the centering? Very!
Use the CSS trick above to guarantee the vertical scroll bar on every page.
body { overflow-y: scroll; }
How annoying is it when you link from a "short" page to a "long" page and the vertical scrollbar "jumps" in and changes the centering? Very!
Use the CSS trick above to guarantee the vertical scroll bar on every page.