I\'m using a fixed width body and auto margins to center my content in the middle of the page. When the content exceeds the page\'s height and the browser adds a scrollbar,
Best possible way through CSS, It will show/hide Scrollbar accordingly, will solve jump problem, works on every browser
html { overflow: hidden; } body { overflow-y: auto; -webkit-overflow-scrolling:touch; }