BambuStudio/resources/web/guide/swiper/modules/effect-cards/effect-cards.scss

8 lines
131 B
SCSS

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