html {
    overflow: hidden;
}

body {
    height: 100%;
    overflow: auto;
    margin: 0 16px 0 0; // make room for the scrollbar
}
