Skip to content

Commit 74a87f7

Browse files
committed
scroll added
1 parent ce35ed4 commit 74a87f7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

client/packages/lowcoder/src/comps/comps/tableComp/tableCompView.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,11 +192,14 @@ const TableWrapper = styled.div<{
192192
}
193193
194194
.ant-table {
195+
overflow-y:scroll;
195196
background: ${(props) =>props.$style.background};
196197
.ant-table-container {
197198
border-left: unset;
198199
border-top: none !important;
199200
border-inline-start: none !important;
201+
overflow-y:scroll;
202+
height:300px;
200203
201204
&::after {
202205
box-shadow: none !important;

0 commit comments

Comments
 (0)