Bootstrap 4 Modal打开错误

时间:2018-10-26 20:31:01

标签: twitter-bootstrap google-chrome bootstrap-4

我的网站和Google Chrome浏览器确实存在一个奇怪的错误...

当我打开网站https://reminder.cbdev.ch并单击I按钮(信息按钮)时,页脚就会跳起来。

我只有Google Chrome浏览器有此问题。另外,我在谷歌浏览器中使用过的朋友也有此问题。使用Firefox和Microsoft Edge,我没有这个问题。

有人知道如何解决此问题吗? :)

enter image description here

1 个答案:

答案 0 :(得分:0)

模态不是问题。页脚CSS应该是固定的。

    .footer {
      display: block;
      position: absolute;
      bottom: 0;
      width: 100%;
    }
<footer></footer>

相关问题