.big-table {
    overflow: auto;
    position: relative;
}
.big-table table {
    vertical-align: top;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
