fix(slides): removed absolute positioning so the slides can be in fixed height

added a new test for this. Closes #642
This commit is contained in:
Brandy Carney
2015-11-25 12:06:49 -05:00
parent 46191bdd42
commit 90e136ec77
3 changed files with 46 additions and 12 deletions

View File

@ -249,9 +249,6 @@ button.swiper-pagination-bullet {
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
pointer-events: none;
@ -371,9 +368,6 @@ button.swiper-pagination-bullet {
backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
position: absolute;
left: 0;
bottom: 0px;
width: 100%;
height: 100%;
background: #000;
@ -471,9 +465,6 @@ ion-slides {
}
.swiper-container {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
padding: 0;
@ -482,9 +473,6 @@ ion-slides {
}
.swiper-wrapper {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
padding: 0;