Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
authorShohei Yoshida <fellows3@gmail.com>2019-02-07 20:52:23 +0300
committerXhmikosR <xhmikosr@gmail.com>2019-02-07 20:52:23 +0300
commitd250567ce0b193da0b5c500e985c2372492916cc (patch)
treee2dccc5f02e785dba951cd60816a3784d6eca7e6 /scss
parent8b41cb1368e1c509a01b751c743bbd14b689bc95 (diff)
Remove `-ms-autohiding-scrollbar` to prevent overlapping the table content (#28153)
Diffstat (limited to 'scss')
-rw-r--r--scss/_tables.scss1
1 files changed, 0 insertions, 1 deletions
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 {