gpt4 book ai didi

html - 滚动时使 div 全高

转载 作者:太空宇宙 更新时间:2023-11-04 13:59:00 26 4
gpt4 key购买 nike

让 div 始终保持 100% 高度的诀窍是什么,即使用户正在滚动也是如此?

我试过了,但没有成功,因为高度只应用于事件窗口。

<body>  
[...]
<div class="popup_container">...</div>
</body>

.popup_container {
position: absolute;
background-color: rgba(0, 0, 0, 0.65);
width: 100%;
min-height: 100%; /** even this didn't work **/
top: 0;
left: 0;
z-index: 12;
}

最佳答案

.popup_container {
position: fixed;

将位置更改为固定。那应该可以解决您的问题;)

这是一个 jsfiddle

关于html - 滚动时使 div 全高,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21647252/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com