Files
2026-05-11 19:29:55 +01:00

8 lines
151 B
SCSS

.swiper-creative {
.swiper-slide {
backface-visibility: hidden;
overflow: hidden;
transition-property: transform, opacity, height;
}
}