Newer
Older
matsugaoka / web / swiper-master / src / components / a11y / a11y.scss
@大石桃菜 大石桃菜 on 21 Jul 2019 153 bytes add swiper.js swiper.css
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}