how to change the default positioning of modal in bootstrap?

后端 未结 5 1066
陌清茗
陌清茗 2021-01-31 02:28
5条回答
  •  清歌不尽
    2021-01-31 02:56

    I know it's a bit late but I had issues with a modal window not allowing some links on the menu bar to work, even when it has not been triggered. But I solved it by doing the following:

    .modal{
    display:none;
    }
    

提交回复
热议问题