Answer: With the help of Overflow CSS Property,we can hide Vertical scroll bars as there is X and Y direction.
X means Horizontal and Y means Vertical direction.
For Example:-
.hide_vertical_scroll_bar
{
overflow-y:hidden;
}
Asked In: Many Interviews |
Alert Moderator