Files
QIDI TECH 585146181b update
2024-09-03 09:34:33 +08:00

10 lines
143 B
Plaintext

/* a11y */
.swiper .swiper-notification {
position: absolute;
left: 0;
top: 0;
pointer-events: none;
opacity: 0;
z-index: -1000;
}