Für alle, welche die Antwort noch interessiert. Das Problem liegt daran, dass meine Page in einem Form-Block (Forumal) liegt. Nun steht im CSS-File zwar, dass HTML und Body height:100% zugewiesen bekommen das Formular dagegen nicht. Nehmen wir form auch mit in diesen style auf klappts.
html, body, form
{
height: 99%;
width: 99%;
overflow: hidden;
}
Should fix the problem!