Skip to content

Commit ff752f7

Browse files
committed
fix(slides): size 100% of container. Fixes #4802
1 parent 3d866a0 commit ff752f7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: scss/_slides.scss

+5-5
Original file line numberDiff line numberDiff line change
@@ -481,9 +481,9 @@ ion-slides {
481481
}
482482

483483
.swiper-container {
484-
position: absolute;
485-
left: 0;
486-
top: 0;
484+
//position: absolute;
485+
//left: 0;
486+
//top: 0;
487487
width: 100%;
488488
height: 100%;
489489
padding: 0;
@@ -502,8 +502,8 @@ ion-slides {
502502
}
503503

504504
.swiper-container {
505-
width: 100%;
506-
height: 100%;
505+
//width: 100%;
506+
//height: 100%;
507507
}
508508

509509
.swiper-slide {

0 commit comments

Comments
 (0)