背景图像设置在外部包装中以便固定并覆盖窗口。
#outerWrapper{
background-image:url("https://glutenfreeradio.co/assets/img/background.jpg");
background-position:center center;
background-size:cover;
background-attachment:fixed;
background-repeat:no-repeat;
position:absolute;
min-width:100%;
width:100%;
min-height:100%;
z-index:1
}
问题似乎不是背景图像行为不正确,而是外包装不再像过去那样覆盖整个窗口。但我不能为我的生活弄清楚为什么外包装不再覆盖整个窗口以及如何再次这样做。