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:
parent
ba85dc22d6
commit
f6372323e3
@ -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;
|
||||||
|
@ -215,5 +215,6 @@ table.dataTable th:active {
|
|||||||
|
|
||||||
.dataTables_scrollBody {
|
.dataTables_scrollBody {
|
||||||
*margin-top: -1px;
|
*margin-top: -1px;
|
||||||
|
-webkit-overflow-scrolling: touch;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -240,5 +240,6 @@ table.dataTable th:active {
|
|||||||
|
|
||||||
.dataTables_scrollBody {
|
.dataTables_scrollBody {
|
||||||
*margin-top: -1px;
|
*margin-top: -1px;
|
||||||
|
-webkit-overflow-scrolling: touch;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user