Skip to content

Commit d09bd2e

Browse files
MartijnCuppensmdo
authored andcommitted
Fix background size y
1 parent e2ac792 commit d09bd2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scss/_carousel.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
display: inline-block;
128128
width: $carousel-control-icon-width;
129129
height: $carousel-control-icon-width;
130-
background: no-repeat 50% / 100%;
130+
background: no-repeat 50% / 100% 100%;
131131
}
132132
.carousel-control-prev-icon {
133133
background-image: $carousel-control-prev-icon-bg;

0 commit comments

Comments
 (0)