Fixed some styling the playlist

This commit is contained in:
Kasper Rynning-Tønnesen
2014-10-23 20:10:16 +02:00
parent e71d1420ab
commit e98c34892e
2 changed files with 2 additions and 2 deletions

View File

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