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 96c44d3 commit 774b2aaCopy full SHA for 774b2aa
client/packages/lowcoder/src/comps/comps/jsonComp/jsonExplorerComp.tsx
@@ -45,7 +45,7 @@ const JsonExplorerContainer = styled.div<{
45
$showVerticalScrollbar:boolean;
46
}>`
47
${(props) => props.$animationStyle}
48
- height: ${(props) => (props.$height ? '100%' : '300px')};
+ height: 100%;
49
overflow-y: scroll;
50
background-color: ${(props) => bgColorMap[props.$theme] || '#ffffff'};
51
border: 1px solid #d7d9e0;
0 commit comments