I\'ve looked at many \"mysterious white-space at bottom of page\" issues here on SO, and played with the viewporttag many times, but I still cannot figure out w
viewport
Add this on top of your css file :)
html,body { width: 100%; height: 100%; margin: 0px; padding: 0px; overflow-x: hidden; }
it fixed the bug for me.