css - How to block scrolling without "jumping" -


well know overflow-y: hidden, dont site "jumps" right side 20px every time use overflow-y: hidden.

is possoble block scrolling without "jumping"?

here example http://jsfiddle.net/wjyb8tzw/6/

just give margin or padding of 20px @ right side.

padding-right:20px; 

Comments

Popular posts from this blog

facebook - android ACTION_SEND to share with specific application only -

python - Creating a new virtualenv gives a permissions error -

javascript - cocos2d-js draw circle not instantly -