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