Skip to content

Commit f3e96ac

Browse files
remove commented code
1 parent a8f49d0 commit f3e96ac

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

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

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -185,10 +185,6 @@ const TableWrapper = styled.div<{
185185
$visibleResizables: boolean;
186186
$showHRowGridBorder?: boolean;
187187
}>`
188-
// overflow: unset !important;
189-
// max-height: 100%;
190-
// overflow-y: auto;
191-
192188
.ant-table-wrapper {
193189
border-top: unset;
194190
border-color: inherit;
@@ -214,22 +210,17 @@ const TableWrapper = styled.div<{
214210
}
215211
216212
.ant-table {
217-
// overflow-y:scroll;
218213
background: ${(props) =>props.$style.background};
219214
.ant-table-container {
220215
border-left: unset;
221216
border-top: none !important;
222217
border-inline-start: none !important;
223-
// overflow-y:scroll;
224-
// height:300px;
225218
226219
&::after {
227220
box-shadow: none !important;
228221
}
229222
230223
.ant-table-content {
231-
// overflow-y:scroll;
232-
// overflow-x:scroll;
233224
overflow: unset !important
234225
}
235226

0 commit comments

Comments
 (0)