Remove `-ms-autohiding-scrollbar` to prevent overlapping the table content (#28153)

This commit is contained in:
Shohei Yoshida 2019-02-08 02:52:23 +09:00 committed by XhmikosR
parent 8b41cb1368
commit d250567ce0
1 changed files with 0 additions and 1 deletions

View File

@ -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 {