11.05.2020, 07:51
You need to set border-radius of the outer element:
Code:
.cl_out .slider {
width: 20px;
height: 100px;
overflow: hidden;
border-radius: 20px;
}