There is a custom select box which Firefox cannot interact. Does anyone understand what is the problem ? I guess the problem is in the code below:
$(".custom-select-trigger").on("click", function() {
$('html').one('click',function() {
$(".custom-select").removeClass("opened");
});
$(this).parents(".custom-select").toggleClass("opened");
event.stopPropagation();
});
The select box is here: https://codepen.io/yy/pen/vOYqYV