From 9bdc841accb46e77a7f7347e82d0b19aea5703b6 Mon Sep 17 00:00:00 2001 From: Cameron Little Date: Fri, 23 Aug 2013 08:55:02 -0700 Subject: Added -webkit-overflow-scrolling: touch to responsive tables --- less/tables.less | 1 + 1 file changed, 1 insertion(+) (limited to 'less') 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 { -- cgit v1.2.3