Forcing to Vertical Scrollbar.

Vishalneeraj-24503
Posted by Vishalneeraj-24503 under CSS 3 category on | Points: 40 | Views : 1260
We have an overflow-y: scroll CSS attributes.
html 
{
overflow-y: scroll;
}


Note:- In above CSS class,there would be only a vertical Scrollbar.

Comments or Responses

Login to post response