fix(slides): swiper container should take up 100% height

closes #14771
This commit is contained in:
Brandy Carney
2018-07-17 18:05:11 -04:00
parent 857b42d47a
commit 1d201ec468
2 changed files with 5 additions and 8 deletions

View File

@ -8,6 +8,10 @@
display: block;
}
.swiper-container {
height: 100%;
}
// Pagination Bullets
// --------------------------------------------------