Solved the problem. Had to disable the overflow setting:
body { height: auto; min-height: 100%; // overflow: hidden; position: relative; }