gpt4 book ai didi

html - 内容溢出时滚动

转载 作者:行者123 更新时间:2023-11-28 15:23:58 25 4
gpt4 key购买 nike

我有一个固定的底部 div 使用 top: 50%;底部:0px;。当文本溢出内部内容 div 时,我希望出现一个滚动条。如果文本没有溢出,我想隐藏滚动条。

enter image description here

最佳答案

http://www.w3schools.com/cssref/pr_pos_overflow.asp

div.scroll {
background-color: #00FFFF;
width: 200px;
height: 200px;
overflow: auto;
}

<div class="scroll">You can use the overflow property when you want to have better control of the layout. The default value is visible.</div>

关于html - 内容溢出时滚动,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29559355/

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