mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Fixed playlist height
This commit is contained in:
@@ -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)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user