Hi,
there is a css 3.0 property that you could use to stop the vertical scroll bars from showing set
.class
{
overflow-y: hidden;
}
Hi,
there is a css 3.0 property that you could use to stop the vertical scroll bars from showing set
.class
{
overflow-y: hidden;
}