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
17 lines
371 B
Text
17 lines
371 B
Text
.swiper-virtual.swiper-css-mode {
|
|
.swiper-wrapper::after {
|
|
content: '';
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
pointer-events: none;
|
|
}
|
|
&.swiper-horizontal .swiper-wrapper::after {
|
|
height: 1px;
|
|
width: var(--swiper-virtual-size);
|
|
}
|
|
&.swiper-vertical .swiper-wrapper::after {
|
|
width: 1px;
|
|
height: var(--swiper-virtual-size);
|
|
}
|
|
}
|