From 9d0872b74821a72f91e8604d69e6f94054ff0490 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 2 Aug 2014 19:05:46 -0700 Subject: Fixes #14251: Remove the -webkit-overflow-scrolling to prevent Safari from screwing up widths --- docs/dist/css/bootstrap.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/dist/css/bootstrap.css') diff --git a/docs/dist/css/bootstrap.css b/docs/dist/css/bootstrap.css index b0b248968..9d58294a0 100644 --- a/docs/dist/css/bootstrap.css +++ b/docs/dist/css/bootstrap.css @@ -2252,9 +2252,9 @@ table th[class*="col-"] { width: 100%; margin-bottom: 15px; overflow-y: hidden; - -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; border: 1px solid #ddd; + /*-webkit-overflow-scrolling: touch;*/ } .table-responsive > .table { margin-bottom: 0; -- cgit v1.2.3