UNPKG

143 BSCSSView Raw
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}