refactor: move to native swiper.js implementation instead of useEffect hook

This commit is contained in:
Kentai Radiquum 2024-09-23 18:19:28 +05:00
parent b0d2d69d41
commit 35e663ab52
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
3 changed files with 49 additions and 55 deletions

View file

@ -6,13 +6,16 @@
display: none !important;
}
@media (hover: hover) and (min-width: 1024px) {
.swiper {
overflow: visible !important;
}
}
@media (hover: hover) {
.section:hover .swiper-button {
display: flex !important;
width: 64px;
height: 64px;
}
.swiper {
overflow: visible !important;
}
}