File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed
client/packages/lowcoder/src/comps/comps/tableComp Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -185,10 +185,6 @@ const TableWrapper = styled.div<{
185
185
$visibleResizables : boolean ;
186
186
$showHRowGridBorder ?: boolean ;
187
187
} > `
188
- // overflow: unset !important;
189
- // max-height: 100%;
190
- // overflow-y: auto;
191
-
192
188
.ant-table-wrapper {
193
189
border-top: unset;
194
190
border-color: inherit;
@@ -214,22 +210,17 @@ const TableWrapper = styled.div<{
214
210
}
215
211
216
212
.ant-table {
217
- // overflow-y:scroll;
218
213
background: ${ ( props ) => props . $style . background } ;
219
214
.ant-table-container {
220
215
border-left: unset;
221
216
border-top: none !important;
222
217
border-inline-start: none !important;
223
- // overflow-y:scroll;
224
- // height:300px;
225
218
226
219
&::after {
227
220
box-shadow: none !important;
228
221
}
229
222
230
223
.ant-table-content {
231
- // overflow-y:scroll;
232
- // overflow-x:scroll;
233
224
overflow: unset !important
234
225
}
235
226
You can’t perform that action at this time.
0 commit comments