a11y.scss 182 B

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