To disable horizntall scrolling in html element which has the style property overflow:scroll, we can use the following to disable or hide it.
overflow: -moz-scrollbars-vertical;
overflow-x: hidden;
overflow-y: scroll;
Back to Codelinkers your virtual Link Sharing Blog
