【发布时间】:2022-06-13 15:32:33
【问题描述】:
【问题讨论】:
-
这能回答你的问题吗? Horizontal scrolling sticky section
标签: html css reactjs user-interface react-table
【问题讨论】:
标签: html css reactjs user-interface react-table
可能晚了,但其他人可能有同样的问题。这对我有用; 在 .ReactTable 和 .rt-tbody 类上添加最大高度,如下所示:
.ReactTable .rt-tbody {
max-height: 50vh; //use whatever height is suitable for you.
overflow: scroll;
}
【讨论】: