Added scrollbar. Just because fuk

This commit is contained in:
kasperrt
2015-03-16 20:55:54 +01:00
parent f5b8848b61
commit 635bc78f6c
2 changed files with 4 additions and 3 deletions

View File

@@ -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