html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

.wrapper{
    height: 100%;
    min-height: 100%;
    padding-bottom: 60px;
  }

footer{
    height: 60px;
    position : relative;
    transform : translateY(-100%);
}