We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi!
I'm using multiselect with bootstrap 2.3.2 inside of a MODAL.
The list won't appear over the modal, as in the picture.
I already tried to add huge z-index to ul class="multiselect-container dropdown-menu", but it doesn't work.
Could you guys help me with that?
Thanks,
Oscar
The text was updated successfully, but these errors were encountered:
This is a normal HTML/CSS problem, not linked to bootstrap or bootstrap-multiselect in any way.
The modal is using something like overflow: hidden; and elements from within this container will ALWAYS be hidden is they overflow.
Please have a look at #382
Sorry, something went wrong.
FAQ for #455.
3f4e92f
$("button.multiselect").on("click",function(){ $(this).parent().addClass("open"); })
this maybe can help you
No branches or pull requests
Hi!
I'm using multiselect with bootstrap 2.3.2 inside of a MODAL.
The list won't appear over the modal, as in the picture.
I already tried to add huge z-index to ul class="multiselect-container dropdown-menu", but it doesn't work.
Could you guys help me with that?
Thanks,
Oscar
The text was updated successfully, but these errors were encountered: