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

Update: -webkit0overflow-scrolling:touch on all dataTables_scrollBody CSS files

This commit is contained in:
Allan Jardine 2012-04-15 19:21:52 +01:00
parent ba85dc22d6
commit f6372323e3
3 changed files with 6 additions and 0 deletions

View File

@ -296,6 +296,10 @@ tr.even {
clear: both; clear: both;
} }
.dataTables_scrollBody {
-webkit-overflow-scrolling: touch;
}
.top, .bottom { .top, .bottom {
padding: 15px; padding: 15px;
background-color: #F5F5F5; background-color: #F5F5F5;

View File

@ -215,5 +215,6 @@ table.dataTable th:active {
.dataTables_scrollBody { .dataTables_scrollBody {
*margin-top: -1px; *margin-top: -1px;
-webkit-overflow-scrolling: touch;
} }

View File

@ -240,5 +240,6 @@ table.dataTable th:active {
.dataTables_scrollBody { .dataTables_scrollBody {
*margin-top: -1px; *margin-top: -1px;
-webkit-overflow-scrolling: touch;
} }