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.
我的页面上有一个 iframe 链接到另一个页面。那个包含一个具有固定高度和溢出:滚动的 div,它工作得很好——但是当我继续用鼠标或键盘滚动时,它会向下滚动到 div 的末尾,然后开始滚动页面——这很烦人。
当鼠标悬停在该 div/整个 iframe 上时,如何禁用整页滚动?
谢谢!
您可以body {position:fixed}在悬停时设置,然后将其返回body {position: static;}
body {position:fixed}
body {position: static;}