Custom Swiper Scrollbar Fn

This commit is contained in:
2025-10-24 12:22:56 +02:00
parent 95be6c28ba
commit 9a5944bc20
3 changed files with 153 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
/* SWIPER PROGRESS */
.idm-scrollbar{
flex: 1;
height: 2px!important;
position: relative!important;
margin-top: 2rem;
cursor: grab;
}
.idm-scrollbar.--drag-start .idm-progress{
transition: none;
}
.idm-progress{
position: absolute;
z-index: 10;
height: calc(100% + 2px);
background-color: #0d0d0d;
left: 0;
top: -1px;
transition: all 0.3s;
border-radius: 5px;
}