You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
296 B
16 lines
296 B
.swiper-scrollbar {
|
|
border-radius: 10px;
|
|
position: relative;
|
|
-ms-touch-action: none;
|
|
background: rgba(0,0,0,0.1)
|
|
}
|
|
.swiper-scrollbar-drag {
|
|
height: 100%;
|
|
width: 100%;
|
|
position: relative;
|
|
background: rgba(0,0,0,0.5);
|
|
border-radius: 10px;
|
|
}
|
|
.swiper-scrollbar-cursor-drag {
|
|
cursor: move;
|
|
} |