fix(slides): adding back absolute to some selectors

references #642
This commit is contained in:
Brandy Carney
2015-11-25 12:11:38 -05:00
parent 89d4cd3a5b
commit 4d22a6b89b

View File

@@ -249,6 +249,9 @@ 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;
bottom: 0;
width: 100%;
height: 100%;
pointer-events: none;
@@ -368,6 +371,9 @@ button.swiper-pagination-bullet {
backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 100%;
background: #000;