mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 10:02:12 +00:00
8 lines
131 B
SCSS
8 lines
131 B
SCSS
.swiper-cards {
|
|
overflow: visible;
|
|
.swiper-slide {
|
|
transform-origin: center bottom;
|
|
backface-visibility: hidden;
|
|
}
|
|
}
|