chosen icon indicating copy to clipboard operation
chosen copied to clipboard

JQuery Chosen Drop Down - Overlaps

Open rushdib opened this issue 1 year ago • 0 comments

I noticed the same thing. I applied a similar hack to @matt-tyas:

$('.chzn-container').each(function(i){

$(this).closest('div').css('z-index', 999-i);

});

Having the overlap issue. I added the solution by phrischybar but nothing is changing. Happens in all the browsers. Please help.

Thanks,

rushdib avatar Jul 13 '22 17:07 rushdib