0

I want to hide the vertical scroll bar.

But the mouse wheel or keyboard are still available.

Liath
  • 9,913
  • 9
  • 51
  • 81
user2228647
  • 69
  • 2
  • 8

3 Answers3

0

In the CSS of the element you want to hide the scrollbar from, use overflow:hidden

Dan Johnson
  • 1,480
  • 17
  • 36
0

Using CSS overflow:hidden will do the trick

Rossco
  • 3,563
  • 3
  • 24
  • 37
0

see this fiddle jsfiddle link this will help you for you purpose

Ghost Answer
  • 1,458
  • 1
  • 17
  • 41