Home Forums WoodMart support forum Moved: Reply To: Shop Sidebar Scrollable 1 Reply To: Moved: Reply To: Shop Sidebar Scrollable 1

#188115

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