**已关闭。**此问题需要debugging details。目前不接受回答。
编辑问题以包括desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem。这将帮助其他人回答问题。
18小时前关闭
Improve this question的
我试图创建这个:
的数据
我使用display: table
属性和table-header-group
,table-row-group
,table-row
,table-cell
css属性,而不是使用表标记。
当我将overflow-y: scroll
添加到table-row-group
时,没有任何变化,它激活了卡片的滚动。
我删除了溢出的卡,仍然不能使表的身体滚动。
为什么不能用table-row-group
呢?
我创建了一个虚拟的jsfiddle,它看起来不同,但工作原理相同,你可以看到文本溢出外面。
1条答案
按热度按时间0s7z1bwu1#
我看了你的代码,问题是overflow-y样式必须添加到**.cardclass而不是.bodyclass。这是因为你想在div上滚动.card**class。你可以在下面看到正确的样式。
字符串