mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-13 06:31:51 +08:00
8 lines
131 B
SCSS
8 lines
131 B
SCSS
.swiper-cards {
|
|
overflow: visible;
|
|
.swiper-slide {
|
|
transform-origin: center bottom;
|
|
backface-visibility: hidden;
|
|
}
|
|
}
|