I changed the size of the scroll bar in jScrollpane
$(function()
{
$('.scroll-pane').jScrollPane({
verticalDragMinHeight: 30,
verticalDragMaxHeight: 32,
horizontalDragMinWidth: 40,
horizontalDragMaxWidth: 40
});
});
But i am not able to change the size of the track it has.
PFB the image
try to use below updated css..
.jspVerticalBar
{
position: absolute;
top: 0;
right: 0;
width: 27px;
height: 100%;
}