a11y.less 143 B

123456789
  1. /* a11y */
  2. .swiper .swiper-notification {
  3. position: absolute;
  4. left: 0;
  5. top: 0;
  6. pointer-events: none;
  7. opacity: 0;
  8. z-index: -1000;
  9. }