dan-m
6/18/2013 - 3:00 PM

Mobile scrolling test

Mobile scrolling test

.scrollable-container {
    min-height: 300px;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    width: 100%;
}

.scrollable {
    width: 3000px;
    min-height: 300px;
}