Skip to content

Commit b33d0d3

Browse files
MartijnCuppensXhmikosR
authored andcommitted
Prevent white line in Firefox (regression) (#27594)
1 parent e3abb8e commit b33d0d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scss/_carousel.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
float: left;
3333
width: 100%;
3434
margin-right: -100%;
35+
backface-visibility: hidden;
3536
@include transition($carousel-transition);
3637
}
3738

0 commit comments

Comments
 (0)