Footer being pushed out of view

Trying to place an iframed ad into the footer, however the footer is pushed out of the view by about 22 pixels.

You can view the code here:

https://gist.github.com/waltercolindres/77ccda1d1982daf5dbf0

Not every view needs an ad, so I pasted the footer into a single page.

It’s working now. Removed the status bar call I had in the app.js.

Are you explicitly setting the height and width? This could be offsetting position of the footer.

Check you dev tools, see if any errors are coming up or if some css is getting messed with.