your virtual link repository blog !!
15 Jun
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;
12 Jun