From: Shohei Yoshida Date: Thu, 7 Feb 2019 17:52:23 +0000 (+0900) Subject: Remove `-ms-autohiding-scrollbar` to prevent overlapping the table content (#28153) X-Git-Tag: v4.3.0~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d250567ce0b193da0b5c500e985c2372492916cc;p=thirdparty%2Fbootstrap.git Remove `-ms-autohiding-scrollbar` to prevent overlapping the table content (#28153) --- diff --git a/scss/_tables.scss b/scss/_tables.scss index bed9e73a6a..b7ab3d5062 100644 --- a/scss/_tables.scss +++ b/scss/_tables.scss @@ -174,7 +174,6 @@ width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; - -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 {