To avoid webpage shifting, you can always have the vertical scrollbar visible by doing this:
html { overflow-y: scroll; }
Note: This only seems to work in Firefox and Internet Explorer.
To avoid webpage shifting, you can always have the vertical scrollbar visible by doing this:
html { overflow-y: scroll; }
Note: This only seems to work in Firefox and Internet Explorer.