【问题标题】:Prevent auto scroll to the top on pasting in a google sheet embedded in an iframe防止在嵌入 iframe 的谷歌工作表中粘贴时自动滚动到顶部 【发布时间】:2022-01-28 19:05:53 【问题描述】: 一种解决方案是将 iframe 的位置设置为固定。但这弄乱了我的网页。 【问题讨论】: 标签: html css iframe 【解决方案1】: 如果我正确理解了您的问题,您希望 iframe 内容不滚动,遗憾的是这是不可能的,因为您不能在 iframe 上使用脚本。 【讨论】: