gpt4 book ai didi

html - 垂直拉伸(stretch) UL 到 div

转载 作者:行者123 更新时间:2023-11-28 06:07:30 25 4
gpt4 key购买 nike

如何扩展我的 UL 以防止这种情况发生? enter image description here

enter image description here

如您所见,列表在滚动条的顶部和底部结束,但没有超过箭头。我该如何解决这个问题? div 设置为溢出并保存列表。

<div class="thing-box">
<ul id="thing-ul">
{{#each thing}}
<div class="each-thing">
{{text}}
</div>
{{/each}}
</ul>
</div>


.thing-box {
height: 300px;
width: 80%;
overflow: hidden;
overflow-y: scroll;
}

最佳答案

问题是我直接将一个 div 添加到 <ul> 中.
我更换了 <ul><li>现在可以了
遗憾的是,我无法将评论标记为答案,但谢谢 Roy。

关于html - 垂直拉伸(stretch) UL 到 div,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36371176/

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