vodkabears / Remodal

No longer actively maintained.
http://vodkabears.github.io/remodal/
MIT License
2.76k stars 774 forks source link

you can use select2 in modal? #283

Open husanpao opened 7 years ago

husanpao commented 7 years ago

try use select2 ,but fail.

husanpao commented 7 years ago

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

danielaugustoca commented 6 years ago

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 commented 6 years ago

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