8 lines
153 B
Text
8 lines
153 B
Text
.swiper-cards {
|
|
overflow: visible;
|
|
.swiper-slide {
|
|
transform-origin: center bottom;
|
|
backface-visibility: hidden;
|
|
overflow: hidden;
|
|
}
|
|
}
|