html {
    overflow: scroll;
    overflow-x: hidden;
}
::-webkit-scrollbar {
    width: 0px;
    background: transparent;
}
/* shows position indicator*/
::-webkit-scrollbar-thumb {
    background: #FF0000;
}