1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-23 05:33:02 +02:00

Added -webkit-overflow-scrolling: touch to responsive tables

This commit is contained in:
Cameron Little
2013-08-23 08:55:02 -07:00
parent 24f57bdf41
commit 9bdc841acc
3 changed files with 3 additions and 1 deletions

View File

@@ -1583,6 +1583,7 @@ table th[class*="col-"] {
overflow-x: scroll; overflow-x: scroll;
overflow-y: hidden; overflow-y: hidden;
border: 1px solid #dddddd; border: 1px solid #dddddd;
-webkit-overflow-scrolling: touch;
} }
.table-responsive > .table { .table-responsive > .table {
margin-bottom: 0; margin-bottom: 0;

File diff suppressed because one or more lines are too long

View File

@@ -187,6 +187,7 @@ table {
overflow-y: hidden; overflow-y: hidden;
overflow-x: scroll; overflow-x: scroll;
border: 1px solid @table-border-color; border: 1px solid @table-border-color;
-webkit-overflow-scrolling: touch;
// Tighten up spacing and give a background color // Tighten up spacing and give a background color
> .table { > .table {