aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartijn Cuppens <[email protected]>2018-11-05 17:56:41 +0100
committerXhmikosR <[email protected]>2018-11-05 18:56:41 +0200
commitb33d0d3790825138629fcf493ef9eb2289337a3a (patch)
treeaf55d494498ad9999fadb55a7573f62f926e84c9
parente3abb8e4dd324d782bf53823d64c28f3b2070e32 (diff)
downloadbootstrap-b33d0d3790825138629fcf493ef9eb2289337a3a.tar.xz
bootstrap-b33d0d3790825138629fcf493ef9eb2289337a3a.zip
Prevent white line in Firefox (regression) (#27594)
-rw-r--r--scss/_carousel.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/scss/_carousel.scss b/scss/_carousel.scss
index 5e0949a92..3ba447e30 100644
--- a/scss/_carousel.scss
+++ b/scss/_carousel.scss
@@ -32,6 +32,7 @@
float: left;
width: 100%;
margin-right: -100%;
+ backface-visibility: hidden;
@include transition($carousel-transition);
}