diff --git a/js/list.js b/js/list.js index b01e71eb..ea755519 100755 --- a/js/list.js +++ b/js/list.js @@ -64,9 +64,10 @@ function updateList() { myScroll = new IScroll('#playlist', { mouseWheel: true, - scrollbars: false, + scrollbars: true, scrollY: true, - interactiveScrollbars: false + interactiveScrollbars: true, + fadeScrollbars: true }); scroller = true; }else diff --git a/php/footer.php b/php/footer.php index a3c4d53b..27f2e9c5 100755 --- a/php/footer.php +++ b/php/footer.php @@ -1,5 +1,5 @@