diff options
| author | Cameron Little <[email protected]> | 2013-08-23 08:55:02 -0700 |
|---|---|---|
| committer | Cameron Little <[email protected]> | 2013-08-23 08:55:02 -0700 |
| commit | 9bdc841accb46e77a7f7347e82d0b19aea5703b6 (patch) | |
| tree | 8fc1738de82746594617a0b8617ba32c2c896055 /less | |
| parent | 24f57bdf41b81fd898db0fc2b946ffd1e7b843ee (diff) | |
| download | bootstrap-9bdc841accb46e77a7f7347e82d0b19aea5703b6.tar.xz bootstrap-9bdc841accb46e77a7f7347e82d0b19aea5703b6.zip | |
Added -webkit-overflow-scrolling: touch to responsive tables
Diffstat (limited to 'less')
| -rw-r--r-- | less/tables.less | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/less/tables.less b/less/tables.less index 7543b165a..bdc56e151 100644 --- a/less/tables.less +++ b/less/tables.less @@ -187,6 +187,7 @@ table { overflow-y: hidden; overflow-x: scroll; border: 1px solid @table-border-color; + -webkit-overflow-scrolling: touch; // Tighten up spacing and give a background color > .table { |
