Html table fixed vertical scroll

css-tableshorizontal-scrollinghtmlscrollvertical-scrolling

I have a table with a large amount of columns and rows, the table is in a div with a fixed size, so I have a horizontal and vertical scrolling.

The vertical scroll is only displayed after you scroll the the last column.

Is there any way to make the vertical scroll bar fixed so its always displayed, and not only when you scroll to the end?

Hope the question is clear.

Best Answer

I tell you to use property overflow-y:auto instead of overflow-y:scroll. To get to know more and how to use with example follow the link