orcaslicer/resources/web/include/swiper/modules/a11y/a11y.scss

10 lines
143 B
SCSS
Raw Normal View History

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