0

When I try to use select2 and remodal together, select2 dropdown is overlapping on remodal frame. I tried to change z-index of both but I failed to make it work. Here is the screenshot:

enter image description here

J. Chomel
  • 8,193
  • 15
  • 41
  • 69
Ahmet
  • 115
  • 11

1 Answers1

1

I've been dealing with wrong class of select2. I've solved my problem with this code:

.select2-container{
    z-index:1000 !important;
}
Ahmet
  • 115
  • 11