agdar/static/plugins/swiper/modules/effect-cards.css
2025-11-02 14:35:35 +03:00

10 lines
211 B
CSS

.swiper.swiper-cards {
overflow: visible;
}
.swiper-cards .swiper-slide {
transform-origin: center bottom;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
overflow: hidden;
}