feat: overflow carousel items

This commit is contained in:
Kentai Radiquum 2024-09-18 15:13:45 +05:00
parent b9159e4723
commit b7f4aadf86
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
4 changed files with 14 additions and 3 deletions
app/components/ReleaseCourusel

View file

@ -12,4 +12,7 @@
width: 64px;
height: 64px;
}
.swiper {
overflow: visible !important;
}
}