fix(slides): height & width of swiper-container was defined twice.

This commit is contained in:
Brandy Carney
2015-12-15 17:30:33 -05:00
parent 9c2181e8a5
commit 8bc399d13e

View File

@@ -251,7 +251,7 @@ button.swiper-pagination-bullet {
.swiper-container-3d .swiper-slide-shadow-bottom {
position: absolute;
left: 0;
bottom: 0;
bottom: 0;
width: 100%;
height: 100%;
pointer-events: none;
@@ -485,11 +485,6 @@ ion-slides {
display: flex;
}
.swiper-container {
width: 100%;
height: 100%;
}
.swiper-slide {
width: 100%;
height: 100%;