Skip to content

Commit fc9ee24

Browse files
fix visibility issue on text overflow table columns
1 parent 6e48a57 commit fc9ee24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/packages/lowcoder/src/components/table/columnTypeView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ const ColumnTypeHoverView = styled.div<{
3838
max-height: 150px;
3939
max-width: 300px;
4040
overflow: auto;
41-
background: inherit;
41+
background: #fafafa;
4242
z-index: 3;
4343
padding: ${(props) => props.$padding};
4444
top: ${(props) => `${props.$adjustTop || 0}px`};

0 commit comments

Comments
 (0)