Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

JQuery Chosen Drop Down - Overlaps #3131

Open
rushdib opened this issue Jul 13, 2022 · 0 comments
Open

JQuery Chosen Drop Down - Overlaps #3131

rushdib opened this issue Jul 13, 2022 · 0 comments

Comments

@rushdib
Copy link

rushdib commented Jul 13, 2022

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,

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant