Skip to content

Commit

Permalink
fix(slides): size 100% of container. Fixes #4802
Browse files Browse the repository at this point in the history
  • Loading branch information
mlynch committed Dec 16, 2015
1 parent 3d866a0 commit ff752f7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions scss/_slides.scss
Original file line number Diff line number Diff line change
Expand Up @@ -481,9 +481,9 @@ ion-slides {
}

.swiper-container {
position: absolute;
left: 0;
top: 0;
//position: absolute;
//left: 0;
//top: 0;
width: 100%;
height: 100%;
padding: 0;
Expand All @@ -502,8 +502,8 @@ ion-slides {
}

.swiper-container {
width: 100%;
height: 100%;
//width: 100%;
//height: 100%;
}

.swiper-slide {
Expand Down

0 comments on commit ff752f7

Please sign in to comment.