]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Scrollbar fix (#28417)
authorMartijn Cuppens <martijn.cuppens@gmail.com>
Fri, 3 May 2019 18:32:25 +0000 (20:32 +0200)
committerXhmikosR <xhmikosr@gmail.com>
Fri, 3 May 2019 18:32:25 +0000 (21:32 +0300)
scss/mixins/_screen-reader.scss

index 812591bc5e32312505a4cee99d9dcd4289e44349..e2de4cba4d99f3ec0a29137a5f7119be8e651c84 100644 (file)
@@ -8,6 +8,7 @@
   width: 1px;
   height: 1px;
   padding: 0;
+  margin: -1px; // Fix for https://github.com/twbs/bootstrap/issues/25686
   overflow: hidden;
   clip: rect(0, 0, 0, 0);
   white-space: nowrap;