Fixed some issues with scrollbar in playlist not showing up in firefox, and fixed error with height of main container when returning to frontpage from channel

This commit is contained in:
Kasper Rynning-Tønnesen
2016-04-02 20:21:42 +02:00
parent c6f0665890
commit bf6a90050c
5 changed files with 7 additions and 9 deletions

View File

@@ -1476,9 +1476,9 @@ nav ul li:hover, nav ul li.active {
#wrapper {
height: 100%;
width: 113%;
width: 100%;
overflow: auto;
padding-right: 5vh;
/*padding-right: 5vh;*/
opacity: 1;
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -163,8 +163,6 @@ function init(){
$(".drag-target")[1].remove();
if(!Helper.msieversion()) Notification.requestPermission();
if(navigator.userAgent.toLowerCase().indexOf("firefox") > -1) //quickdickfix for firefoxs weird percent handling
$(".main").height(window.innerHeight-64);
git_info = $.ajax({ type: "GET",
url: "https://api.github.com/repos/zoff-music/zoff/commits",