Zurb Foundation 5仅显示IE11中错误定位的模态

时间:2016-02-09 23:37:42

标签: css internet-explorer zurb-foundation

我正在使用Foundation 5的揭示模式。

<div class="reveal" id="exampleModal1" data-reveal>
    <h1>Awesome. I Have It.</h1>
    <p class="lead">Your couch. It is mine.</p>
    <p>I'm a cool paragraph that lives inside of an even cooler modal. Wins!</p>
    <button class="close-button" data-close aria-label="Close modal" type="button">
      <span aria-hidden="true">&times;</span>
    </button>
  </div>

这适用于FF,Chrome和Safari。但是在IE11上,实际模态一直被推到当前可见视口之外的页面底部?我需要做一些改变才能使IE11正常工作吗?

编辑:这仅在第一次点击时发生。在IE11中模态的第一次打开时,模态在可见视口之外渲染,在随后的打开中,模态正确定位。

1 个答案:

答案 0 :(得分:1)

看起来已将此报告为an issue on Foundation's GitHub。修复工具尚未实施,但这将是检查的地方。