CSS 溢出扩展奇怪

发布于 2024-12-10 16:40:45 字数 204 浏览 0 评论 0原文

使用CSS我们有一个带有overflow:auto的面板。由于某种未知的原因,包含滚动元素的面板几乎是应有的两倍大。面板使用 ajax 加载更多内容,无论可滚动 div 需要多大,它的大小都会加倍。

为什么http://jsfiddle.net/MnWNt/3/

Using CSS we have a panel with overflow:auto. For some unknown reason the panel that contains the scrolling elements is nearly twice as big as it should be. The panel uses ajax to load in more content and no matter how big the scrollable div needs to be it doubles in size.

WHY http://jsfiddle.net/MnWNt/3/

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

鲜肉鲜肉永远不皱 2024-12-17 16:40:45

这是由于 #coursepack .dircore a .titheight100% 造成的。

删除这个高度可以解决您的问题。

这是一个工作示例

This is being caused by #coursepack .dircore a .tit having a height of 100%.

Removing this height solves your problem.

Here's a Working Example.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文