Modal Popup在Firefox中不向下滚动

时间:2015-10-13 13:31:21

标签: php css twitter-bootstrap firefox modal-dialog

您好我正在使用bootstrap 3 Modal Popup。它在镀铬方面工作正常。 但是,它不适用于Firefox。 我的.modal的css代码是:

.modal {
  display: none;
  overflow: auto;
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 1050;
  outline: 0px none;
}

如果我将top:0px更改为top:450px,那么它也会在Firefox中显示。 所以我认为滚动模态存在一些问题。 请给出任何解决方案。

0 个答案:

没有答案