Home › Forums › WoodMart support forum › Moved: Reply To: Shop Sidebar Scrollable 1 › Reply To: Moved: Reply To: Shop Sidebar Scrollable 1
April 18, 2020 at 2:13 pm
#188115
Elise Noromit
Member
Hello,
Please replace this code:
.area-sidebar-shop {
max-height: 1500px;
overflow-y: auto;
}
.area-sidebar-shop::-webkit-scrollbar {
width: 3px;
}
.area-sidebar-shop::-webkit-scrollbar-track {
background-color: rgba(0,0,0,.15);
}
.area-sidebar-shop::-webkit-scrollbar-thumb {
background-color: rgba(0,0,0,.25);
}
Best Regards