javascript - how to increase the size of scroll track in jquery jscrollpane -


i changed size of scroll bar in jscrollpane

$(function()             {                 $('.scroll-pane').jscrollpane({                     verticaldragminheight: 30,                     verticaldragmaxheight: 32,                     horizontaldragminwidth: 40,                     horizontaldragmaxwidth: 40                 });             }); 

but not able change size of track has.

pfb image

enter image description here

try use below updated css..

.jspverticalbar { position: absolute; top: 0; right: 0; width: 27px; height: 100%;  } 

Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -