Bootstrap modal not displaying

后端 未结 19 1869
逝去的感伤
逝去的感伤 2020-12-29 01:52

I\'ve copied and pasted the example code from twitter bootstrap to create a basic modal window in my Rails 3.2 app:


19条回答
  •  灰色年华
    2020-12-29 02:13

    I had the same problem.

    Solution: I put modal's DIV in the uppermost scope of main HTML (due to using Jinja2 blocks my modal got nested somewhere in the middle of some other DIV.

提交回复
热议问题