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
May 3, 2011
Project Blender – Day1: Color of Death
March 31, 2013
[FIX] Bioshock: Infinite – Audio Crackling
How to fix audio crackling issue in Bioshock: Infinite by changing .exe compability to Windows Vista SP2
July 9, 2013


