arrow slider fix from top

This commit is contained in:
hamid zarghami
2025-05-29 11:39:10 +03:30
parent c22b8ba118
commit 705cdf9c8d
+8
View File
@@ -304,3 +304,11 @@ tbody tr {
font-size: 30px; font-size: 30px;
} }
} }
.swiper-button-next {
top: 55% !important;
}
.swiper-button-prev {
top: 55% !important;
}