Full screen web player in Firefox

Hello all

I’m doing a web page in Unity. I want the web player to take the full browser space available so after I build it from Unity I go to the generated html and I put “100%” in both width and height of the player. Also, I remove the default margins from the body element via css. This works well in Safari, but in Firefox I get a 10 pixels white space in the bottom which in turn forces the browser to display a scroll bar.

Any solutions?

Thanks in advance

I just tested it in other browsers now. It also works perfectly in IE and Chrome, so it is specific to Firefox…