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

you can use select2 in modal? #283

Open
husanpao opened this issue May 10, 2017 · 3 comments
Open

you can use select2 in modal? #283

husanpao opened this issue May 10, 2017 · 3 comments

Comments

@husanpao
Copy link

try use select2 ,but fail.

@husanpao
Copy link
Author

select2:http://select2.github.io/

@danielaugustoca
Copy link

danielaugustoca commented Sep 13, 2017

I had a CSS error, caused by z-index.
I solved this way:

.remodal-overlay, .remodal-wrapper{
z-index: 9980;
}

.select2-container.select2-container--default.select2-container--open{
z-index: 9981;
}

@husanpao
Copy link
Author

wow, I forgot all about it,thanks of you!
I have solved the problem in other ways.

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

No branches or pull requests

2 participants