mirror of
https://github.com/QIDITECH/QIDIStudio.git
synced 2026-01-31 08:58:42 +03:00
10 lines
143 B
Plaintext
10 lines
143 B
Plaintext
/* a11y */
|
|
.swiper .swiper-notification {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
pointer-events: none;
|
|
opacity: 0;
|
|
z-index: -1000;
|
|
}
|