aboutsummaryrefslogtreecommitdiff
path: root/dist/css/bootstrap.css
diff options
context:
space:
mode:
authorCameron Little <[email protected]>2013-08-23 08:55:02 -0700
committerCameron Little <[email protected]>2013-08-23 08:55:02 -0700
commit9bdc841accb46e77a7f7347e82d0b19aea5703b6 (patch)
tree8fc1738de82746594617a0b8617ba32c2c896055 /dist/css/bootstrap.css
parent24f57bdf41b81fd898db0fc2b946ffd1e7b843ee (diff)
downloadbootstrap-9bdc841accb46e77a7f7347e82d0b19aea5703b6.tar.xz
bootstrap-9bdc841accb46e77a7f7347e82d0b19aea5703b6.zip
Added -webkit-overflow-scrolling: touch to responsive tables
Diffstat (limited to 'dist/css/bootstrap.css')
-rw-r--r--dist/css/bootstrap.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css
index 3d7e7e007..7871d45f6 100644
--- a/dist/css/bootstrap.css
+++ b/dist/css/bootstrap.css
@@ -1583,6 +1583,7 @@ table th[class*="col-"] {
overflow-x: scroll;
overflow-y: hidden;
border: 1px solid #dddddd;
+ -webkit-overflow-scrolling: touch;
}
.table-responsive > .table {
margin-bottom: 0;