We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e48a57 commit fc9ee24Copy full SHA for fc9ee24
client/packages/lowcoder/src/components/table/columnTypeView.tsx
@@ -38,7 +38,7 @@ const ColumnTypeHoverView = styled.div<{
38
max-height: 150px;
39
max-width: 300px;
40
overflow: auto;
41
- background: inherit;
+ background: #fafafa;
42
z-index: 3;
43
padding: ${(props) => props.$padding};
44
top: ${(props) => `${props.$adjustTop || 0}px`};
0 commit comments