html {
    overflow:   scroll;
}

body {
    margin: 0;
}

::-webkit-scrollbar {
    width: 0;
    background: transparent; /* make scrollbar transparent */
}