two vertical scrollbars css code example
Example 1: css scrollbar vertical only
style="overflow:scroll; overflow-x: hidden;" // x is horizontal, y is vertical
Example 2: getting two scroll bars
html {overflow: "hidden";}
style="overflow:scroll; overflow-x: hidden;" // x is horizontal, y is vertical
html {overflow: "hidden";}