如何设置禁止蒙层底部页面不随滚动而移动?
- 内容介绍
- 文章标签
- 相关推荐
本文共计219个文字,预计阅读时间需要1分钟。
打开文件 `gistfile1.txt`,内容如下:
Document 打开弹窗 关闭弹窗 // .stopBodyScroll.jslet _stopBodyScroll={ options: { bodyEl: document.body, topIndex: 0 }, init: function(isFixed) { if (isFixed) { this.options.topIndex=window.scrollY; this.options.bodyEl.style... } }}
gistfile1.txt
本文共计219个文字,预计阅读时间需要1分钟。
打开文件 `gistfile1.txt`,内容如下:
Document 打开弹窗 关闭弹窗 // .stopBodyScroll.jslet _stopBodyScroll={ options: { bodyEl: document.body, topIndex: 0 }, init: function(isFixed) { if (isFixed) { this.options.topIndex=window.scrollY; this.options.bodyEl.style... } }}
gistfile1.txt

