Can CSS be used to hide the scroll bar? How would you do this?
To disable the vertical scroll bar, just add overflow-y:hidden;.
overflow-y:hidden;
Find more about it: overflow.