Remove HTML scrollbars but allow mousewheel scrolling [duplicate]
Possible Duplicate: How to disable browser or element scrollbar, but allow scrolling with wheel or arrow keys? I was able to disable vertical scrollbars in a grid by setting the CSS property overflow-y: hidden . However, this removed the ability to scroll the contents with the mouse wheel as well. Is there a way to not show the scrollbars but still allow the contents to be scrolled through mouse wheel or arrow keys? There are Javascript methods, see the thread you duplicated. A better solution is to set the target div to overflow:scroll, and wrap it inside a second element that is 8px narrower