bootstrap-modal -当我向下滚动时,我如何阻止背景显示在顶部

bootstrap-modal - How do I stop the background from showing at top when I scroll down

本文关键字:何阻止 背景 显示 顶部 滚动 bootstrap-modal      更新时间:2023-09-26

我有一堆长模态,当它们第一次渲染时,在顶部没有留下空间。但是当我向上滚动时,顶部会显示一条细线的背景。我喜欢这个功能,因为它表明已经达到了模态的顶部,但我的客户没有,他支付账单。

你可以在这里看到这种行为:http://jschr.github.io/bootstrap-modal/通过滚动到最后一个演示,"长模态",启动该演示并尝试滚动到顶部以上(我使用Mac,所以我用两个手指拖动)。

如何阻止背景线的显示?

这是设置顶部间距的方法:

.modal-overflow.modal.fade.in { top:1% }

如果你把它设置为0你就会删除空格