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,
The process is :
html { overflow-y: scroll !important; }
This will show the scrollbar even there no need any scroll bar.