AniX/app/components/Discovery/InterestingCarousel.module.css

21 lines
354 B
CSS

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