Bootstrap 3可变模态宽度显示双滚动条

时间:2015-03-07 15:06:54

标签: css twitter-bootstrap bootstrap-modal

我已经按照本教程进行了操作:

http://scottpdawson.com/development/creating-a-variable-width-modal-dialog-using-bootstrap-3/

为了使模态窗口宽度可变。一切都在起作用,除了两件事: 1)。一旦窗口调整到小尺寸,双重" y"滚动条出现。

2)。此外,当调整窗口大小时,模态窗口将被拉到左角,同时它应居中。

这很奇怪,因为教程中的演示代码完美无缺,但就我而言,它并没有......

任何帮助?

现场示例如下:http://tedxmru.com/ted-mob/

概念按钮可打开包含这些问题的宽模式

1 个答案:

答案 0 :(得分:0)

将此添加到您的css

@media screen and (min-width: 767px) {
    html {
        overflow-y:hidden !important;
    }
}

然而,在执行此操作后,您将无法滚动主页面。

类似问题:

Bootstrap 3 modal creates scrollbar when opened

How to hide the body scroll bar when showing modal dialog?


或者,我想推荐一个能够快速制作模态窗口的插件 - Remodal