@media (max-width: 576px) {
    body {
        overflow-y: scroll;
        /* has to be scroll, not auto */
        -webkit-overflow-scrolling: touch;
    }
    .carousel-caption {
        letter-spacing: inherit;
    }
}