Webkit responsive-table scrolling
Created by: apexskier
The .table-responsive class in tables.less should have the property -webkit-overflow-scrolling: touch;
added to it.
This enables smooth scrolling (with inertia) on iOS devices, which makes the experience much more natural.