1
0
mirror of https://github.com/DataTables/DataTables.git synced 2025-01-30 23:52:11 +01:00

Update: Add -webkit-overflow-scrolling: touch; to the scrolling container to provide much improved scrolling interaction in browsers that support that (iOS5, and possibly new Andriod?)

This commit is contained in:
Allan Jardine 2012-03-04 13:54:58 +00:00
parent b6709c017b
commit f0c91b7a9c

View File

@ -265,6 +265,7 @@ tr.even {
.dataTables_scrollBody {
*margin-top: -1px;
-webkit-overflow-scrolling: touch;
}
.top, .bottom {