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
Post a Comment