AniX/app/components/ReleaseCourusel/ReleaseCourusel.module.css

18 lines
313 B
CSS

.swiper-button:global(.swiper-button-disabled) {
opacity: 0 !important;
}
.section .swiper-button {
display: none !important;
}
@media (hover: hover) {
.section:hover .swiper-button {
display: flex !important;
width: 64px;
height: 64px;
}
.swiper {
overflow: visible !important;
}
}