Fixed playlist height

This commit is contained in:
KasperRT
2014-12-14 15:08:41 +01:00
parent 95cea3fa15
commit 943001f090

View File

@@ -57,7 +57,7 @@ function updateList()
{ {
if(!window.mobilecheck()) if(!window.mobilecheck())
{ {
$("#playlist").css({height: $("#player").height()-$("#adminPanel").outerHeight(true)}); $("#playlist").css({height: $("#player").height()-$("#adminPanel").outerHeight(true)+30});
$("#playlist").css({overflow: "hidden"}); $("#playlist").css({overflow: "hidden"});
if(scroller == false) if(scroller == false)
{ {