]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Remove `-ms-autohiding-scrollbar` to prevent overlapping the table content (#28153)
authorShohei Yoshida <fellows3@gmail.com>
Thu, 7 Feb 2019 17:52:23 +0000 (02:52 +0900)
committerXhmikosR <xhmikosr@gmail.com>
Thu, 7 Feb 2019 17:52:23 +0000 (19:52 +0200)
scss/_tables.scss

index bed9e73a6a4be5253f3f798b1aeeeaeb3df9cea5..b7ab3d5062dd099ee02baf29522042905f670011 100644 (file)
         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 {