html, body {
    height: 100%;
    overflow: hidden;
}

.wrapper {
    background-color: #FFF;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0 auto;
    overflow-y: scroll;
}

