Some checks failed
My Build All / build_windows (push) Has been cancelled
My Build All / build_linux_portable (push) Has been cancelled
My Build All / build_linux_appimage (push) Has been cancelled
My Build All / build_macos (push) Has been cancelled
My Build All / Publish release assets (push) Has been cancelled
Shellcheck / Shellcheck (push) Has been cancelled
24 lines
460 B
SCSS
24 lines
460 B
SCSS
.swiper-flip {
|
|
overflow: visible;
|
|
.swiper-slide {
|
|
pointer-events: none;
|
|
backface-visibility: hidden;
|
|
z-index: 1;
|
|
.swiper-slide {
|
|
pointer-events: none;
|
|
}
|
|
}
|
|
.swiper-slide-active {
|
|
&,
|
|
& .swiper-slide-active {
|
|
pointer-events: auto;
|
|
}
|
|
}
|
|
.swiper-slide-shadow-top,
|
|
.swiper-slide-shadow-bottom,
|
|
.swiper-slide-shadow-left,
|
|
.swiper-slide-shadow-right {
|
|
z-index: 0;
|
|
backface-visibility: hidden;
|
|
}
|
|
}
|