Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个模态“div”,它在主内容窗口上显示为弹出窗口。现在这个modal div使用固定定位(其实是一个thickbox div)
此模态 div 的内容超出了可用的浏览器高度。所以问题是在 Firefox 中,我无法访问这个模态 div 底部的内容。显示滚动条,但它不滚动模态 div。它滚动浏览主页。这不会在 IE 中发生(仅在 Firefox 中)
我该如何解决这个问题?
没有看到任何代码,我的第一个猜测是:
1) 设置溢出-y:auto;覆盖 div 的 css 属性
2) 在覆盖 div 上设置高度