From 4aca4cf8661ab6e17ffd58820679a081db80ceaa Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 10 Jun 2014 00:26:20 -0700 Subject: grunt for table change --- dist/css/bootstrap.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 2eb04e391..71f7e5509 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -2228,7 +2228,7 @@ table th[class*="col-"] { .table-responsive { width: 100%; margin-bottom: 15px; - overflow-x: scroll; + overflow-x: auto; overflow-y: hidden; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; -- cgit v1.2.3