diff options
| author | Martijn Cuppens <[email protected]> | 2018-11-05 17:56:41 +0100 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2018-11-05 18:56:41 +0200 |
| commit | b33d0d3790825138629fcf493ef9eb2289337a3a (patch) | |
| tree | af55d494498ad9999fadb55a7573f62f926e84c9 | |
| parent | e3abb8e4dd324d782bf53823d64c28f3b2070e32 (diff) | |
| download | bootstrap-b33d0d3790825138629fcf493ef9eb2289337a3a.tar.xz bootstrap-b33d0d3790825138629fcf493ef9eb2289337a3a.zip | |
Prevent white line in Firefox (regression) (#27594)
| -rw-r--r-- | scss/_carousel.scss | 1 |
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); } |
