Last edited by Win; 11-08-14 at 04:28 PM. Reason: Solved
I found this with a quick Google search (you should try it).
Find <div id="client"> or <body id="client"> in your client and add style="height: 100%", so it becomes <div id="client" style="height:100%"> or <body id="client" style="height: 100%">
putting it with <body id="client"> didn't work but I putting it after <div id="flash-wrapper" did! Thanks for the help man :)