我创建了一个模态弹出框。我想在滚动时修复背景体。我用Google搜索并发现添加background-attachment: fixed;
但没有成功。
背景附件:固定;仅适用于图像?如(w3schools.com/cssref/pr_background-attachment.asp)中所述
/ *将背景图像设置为固定(不要随页面滚动)* /
background-attachment: fixed;
答案:
if (coding in GWT) Window.enableScrolling(false);
else checkAcceptedAnswer();