aboutsummaryrefslogtreecommitdiff
path: root/docs/dist/css/bootstrap.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-08-02 19:05:46 -0700
committerMark Otto <[email protected]>2014-08-02 19:05:46 -0700
commit9d0872b74821a72f91e8604d69e6f94054ff0490 (patch)
treecc851f1a8b5286d08e3af69bee6ff78728ebbf47 /docs/dist/css/bootstrap.css
parent67d39404a2ccf6380bbd399f24499eb7659c926e (diff)
downloadbootstrap-9d0872b74821a72f91e8604d69e6f94054ff0490.tar.xz
bootstrap-9d0872b74821a72f91e8604d69e6f94054ff0490.zip
Fixes #14251: Remove the -webkit-overflow-scrolling to prevent Safari from screwing up widths
Diffstat (limited to 'docs/dist/css/bootstrap.css')
-rw-r--r--docs/dist/css/bootstrap.css2
1 files changed, 1 insertions, 1 deletions
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;