mirror of
https://github.com/golyalpha/OrcaSlicer-bambulab.git
synced 2026-06-12 19:57:55 +02:00
10 lines
143 B
SCSS
10 lines
143 B
SCSS
|
|
/* a11y */
|
||
|
|
.swiper .swiper-notification {
|
||
|
|
position: absolute;
|
||
|
|
left: 0;
|
||
|
|
top: 0;
|
||
|
|
pointer-events: none;
|
||
|
|
opacity: 0;
|
||
|
|
z-index: -1000;
|
||
|
|
}
|