gpt4 book ai didi

html - UL 中断 dvs 内的 html 滚动(使用显示 : box) 时

转载 作者:太空宇宙 更新时间:2023-11-04 15:52:35 25 4
gpt4 key购买 nike

当我将列表 (ul) 添加到使用 display:box 的 div 时,它会破坏滚动。它适用于“p”标签:

工作示例(调整浏览器窗口以查看滚动):http://jsbin.com/ojeyuj

非工作示例(ul-list):http://jsbin.com/ojeyuj/2

最佳答案

我插入了

display: -webkit-box;
display: -moz-box;
display: -ms-box;
display: box;
-webkit-box-orient: vertical;
-moz-box-orient: vertical;
-ms-box-orient: vertical;
box-orient: vertical;

在#box_inner2 css 的顶部(在 flex 之前),它对我有用。不知道为什么它不能同时适用于两者,但希望这能解决您的问题。

我从来不知道有一个 display: box;,知道我可以阅读它们的好地方吗?

关于html - UL 中断 dvs 内的 html 滚动(使用显示 : box) 时,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10998702/

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