We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce35ed4 commit 74a87f7Copy full SHA for 74a87f7
client/packages/lowcoder/src/comps/comps/tableComp/tableCompView.tsx
@@ -192,11 +192,14 @@ const TableWrapper = styled.div<{
192
}
193
194
.ant-table {
195
+ overflow-y:scroll;
196
background: ${(props) =>props.$style.background};
197
.ant-table-container {
198
border-left: unset;
199
border-top: none !important;
200
border-inline-start: none !important;
201
202
+ height:300px;
203
204
&::after {
205
box-shadow: none !important;
0 commit comments