Files
QIDIStudio/resources/web/guide/swiper/modules/a11y/a11y.less

10 lines
143 B
Plaintext
Raw Normal View History

2024-09-03 09:34:33 +08:00
/* a11y */
.swiper .swiper-notification {
position: absolute;
left: 0;
top: 0;
pointer-events: none;
opacity: 0;
z-index: -1000;
}