bootstrap modal not working at all

前端 未结 9 2170
有刺的猬
有刺的猬 2021-01-12 16:48

I know this question has been asked hundred of times before and I\'ve been through them but those couldn\'t fix my case :s

This is my code so far

            


        
9条回答
  •  轮回少年
    2021-01-12 16:55

    In wrapper_mod.css add a css property

    this worked in my case

    myModal.in{
        z-index: 999999;
    }
    

提交回复
热议问题