Fix background size y

This commit is contained in:
Martijn Cuppens 2019-01-13 22:08:06 +01:00 committed by Mark Otto
parent e2ac792bc7
commit d09bd2e629
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@
display: inline-block;
width: $carousel-control-icon-width;
height: $carousel-control-icon-width;
background: no-repeat 50% / 100%;
background: no-repeat 50% / 100% 100%;
}
.carousel-control-prev-icon {
background-image: $carousel-control-prev-icon-bg;