gpt4 book ai didi

html - 溢出:自动;在 chrome 中工作正常但在 firefox 中不工作

转载 作者:太空宇宙 更新时间:2023-11-04 16:30:10 24 4
gpt4 key购买 nike

我已经在网上搜索了 3 个小时的解决方案,但没有成功。我想设置 overflow: auto 标记如下:

td {
overflow:auto!important;
}

它在 chrome 中运行良好,但在 Firefox 中运行不佳。我通过 w3c css 验证器检查了我的整个 css 文件。也没有错误。有什么想法吗?如果这是一个非常愚蠢的问题,我很抱歉,但每个人都必须先学习这个才能成为专家。

最佳答案

尝试将其包装在 <div> 中.未为 <td> 定义溢出属性元素。

See here

试着把你的overflow:auto像这样包装,

pre, div {
width:100%;
overflow: auto !important;
}

See demo

关于html - 溢出:自动;在 chrome 中工作正常但在 firefox 中不工作,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22497097/

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