/* hide all scrollbars */

body {
    overflow: hidden;
}

body {
    -webkit-overflow-scrolling: touch;
}
