mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Firefox height fix
This commit is contained in:
@@ -112,6 +112,8 @@ $(document).ready(function()
|
||||
//loadjsfile("static/js/jazzscript.js");
|
||||
//peis = true;
|
||||
}
|
||||
if(navigator.userAgent.toLowerCase().indexOf("firefox") > -1) //quickdickfix for firefoxs weird percent handling
|
||||
$(".main").height(window.innerHeight-64);
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user