Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit fab46dd

Browse files
shadow issue resolved
1 parent 4140a71 commit fab46dd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,8 @@ const TableWrapper = styled.div<{
207207
}
208208
209209
.ant-table-content {
210-
overflow: unset !important;
210+
overflow-y:scroll;
211+
overflow-x:scroll;
211212
}
212213
213214
// A table expand row contains table

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /