select2 下拉菜单重叠在 remodal

select2 dropdown overlapping on remodal

当我尝试同时使用 select2 和 remodal 时,select2 下拉菜单重叠在重模框上。我试图改变两者的 z-index 但我没能成功。这是屏幕截图:

我一直在处理 select2 的错误 class。我已经用这段代码解决了我的问题:

.select2-container{
    z-index:1000 !important;
}