File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
client/packages/lowcoder/src/comps/comps/tableComp Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -207,7 +207,8 @@ const TableWrapper = styled.div<{
207
207
}
208
208
209
209
.ant-table-content {
210
- overflow: unset !important;
210
+ overflow-y:scroll;
211
+ overflow-x:scroll;
211
212
}
212
213
213
214
// A table expand row contains table
@@ -359,7 +360,7 @@ const TableTd = styled.td<{
359
360
color: ${ ( props ) => props . $style . text } ;
360
361
font-weight: ${ ( props ) => props . $style . textWeight } ;
361
362
font-family: ${ ( props ) => props . $style . fontFamily } ;
362
-
363
+ overflow: hidden;
363
364
${ ( props ) => props . $tableSize === 'small' && `
364
365
padding: 1px 8px;
365
366
font-size: ${ props . $defaultThemeDetail . textSize == props . $style . textSize ? '14px !important' : props . $style . textSize + ' !important' } ;
You can’t perform that action at this time.
0 commit comments