Skip to content
New issue

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

Multiselect list won't appear over BOOTSTRAP Modal #455

Closed
JOscarEduardo opened this issue Dec 11, 2014 · 2 comments
Closed

Multiselect list won't appear over BOOTSTRAP Modal #455

JOscarEduardo opened this issue Dec 11, 2014 · 2 comments
Labels

Comments

@JOscarEduardo
Copy link

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.
image

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

@Tyf0x
Copy link
Contributor

Tyf0x commented Dec 11, 2014

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

davidstutz added a commit that referenced this issue Feb 13, 2015
@vigel1990
Copy link

$("button.multiselect").on("click",function(){
        $(this).parent().addClass("open");
    })

this maybe can help you

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

No branches or pull requests

4 participants