把它们加起来:
在部署弹出覆盖:
添加溢出:隐藏到
<body>
附加 .floater div
css: overflow-y:scroll; position:fixed; top/left/right/bottom:0; z-index:1000
附加 .overlay div 内
.floater with css: pos:rel, width:600px; height:800px; background:#fff; margin:40px auto;
正如预期的那样,在尝试滚动时,滚动仅适用于 .overlay 正确。
但是,在任何时候调整窗口大小后,滚动现在都适用于 body 和 .overlay div。
示例发布@http: //mkn.us/test.php
该问题似乎只发生在 Google Chrome + 我在通过触摸板/mac 鼠标滚动的 mac 上。