wmh/jquery-scrollbox

Demo 5 does not scroll smoothly as in demo version

Closed this issue · 1 comments

wmh commented

ul requires a width bigger than it's parent

ul {
    display: inline-block;
    width: 900px;
  }

distance 1 is incorrect, remove it

$('#demo5').scrollbox({
  direction: 'h'
});