mirror of
https://github.com/KevinMidboe/zoff.git
synced 2026-07-29 05:02:06 +00:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+2
-2
File diff suppressed because one or more lines are too long
@@ -163,9 +163,7 @@ 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",
|
||||
async: false
|
||||
|
||||
Reference in New Issue
Block a user