From: Mark Otto Date: Sat, 26 Nov 2016 09:47:16 +0000 (-0800) Subject: uncomment autohiding scroll and remove commented out border X-Git-Tag: v4.0.0-alpha.6~400^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F21208%2Fhead;p=thirdparty%2Fbootstrap.git uncomment autohiding scroll and remove commented out border --- diff --git a/scss/_tables.scss b/scss/_tables.scss index 38153b6341..3d8000045b 100644 --- a/scss/_tables.scss +++ b/scss/_tables.scss @@ -145,11 +145,7 @@ width: 100%; min-height: 0%; // Workaround for IE9 bug (see https://github.com/twbs/bootstrap/issues/14837) overflow-x: auto; - - // TODO: find out if we need this still. - // - // border: $table-border-width solid $table-border-color; - // -ms-overflow-style: -ms-autohiding-scrollbar; // See https://github.com/twbs/bootstrap/pull/10057 + -ms-overflow-style: -ms-autohiding-scrollbar; // See https://github.com/twbs/bootstrap/pull/10057 // Prevent double border on horizontal scroll due to use of `display: block;` &.table-bordered {