Closed ngocthoaia1 closed 7 years ago
@n2ctech I see you added this code
// Adding a custom scrollbar for filtering
var container = $('.filter-group-contents');
$(container).perfectScrollbar({
wheelSpeed: .1,
wheelPropagation: true,
minScrollbarLength: 20,
scrollYMarginOffset: 150,
maxScrollbarLength: 80
});
What is purpose of this code? It make mobile can't scroll on filters well. When I remove this code, mobile left filters work well and I see on destop/laptop browser work well too.
ok perfect @ngocthoaia1
https://github.com/n2ctech/goodnoob-new/issues/154