使用twitter-bootstrap时弹出位置错误

时间:2013-07-20 11:17:18

标签: twitter-bootstrap

当宽度较大时,弹出窗口不会显示在屏幕中央,例如900px。

每个人都可以在这里查看示例并使用firebug来编辑弹出窗口的宽度,之后,它会显示错误。

http://www.w3resource.com/twitter-bootstrap/modal-example.html#

1 个答案:

答案 0 :(得分:0)

80%宽度,居中,仅使用CSS响应:

#modal {    
    width: 80%;
    margin-left: -40%;
    left: 50%;
}

https://github.com/twitter/bootstrap/issues/675