Hi all, I threw up a game jam game the other night and ran into a problem with the arrow keys scrolling the page. In the past I've disable this with a *{overflow:hidden;} but that doesn't seem to work inside of the iframe. For now I've included a fullscreen button (which is not ideal) but I'd like to find a way to fix this in future projects.
The game is made in Unity 3D, deployed to the WebGL target. The Game->Baby Rogue
I've also tried some of the solutions that people have posted for other sites with no success. I am not a web developer, so maybe I missed something obvious.