$(document).click(function (e){
let drop = $('#contacts');
if (!drop.is(e.target) && drop.has(e.target).length === 0) {
drop.removeClass('shower')
}
});
$(document).ready(function(){
$('#tel-list-trigger').click(function () {
$("#contacts").toggleClass('shower');
});
$(document).click(function (e){
let drop = $('#contacts');
if (!drop.is(e.target) && drop.has(e.target).length === 0) {
drop.removeClass('shower')
}
});
});
Firefox норм.
Chrome от 150%