Skip to content

Commit 774b2aa

Browse files
committed
height adjusted
1 parent 96c44d3 commit 774b2aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/packages/lowcoder/src/comps/comps/jsonComp/jsonExplorerComp.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ const JsonExplorerContainer = styled.div<{
4545
$showVerticalScrollbar:boolean;
4646
}>`
4747
${(props) => props.$animationStyle}
48-
height: ${(props) => (props.$height ? '100%' : '300px')};
48+
height: 100%;
4949
overflow-y: scroll;
5050
background-color: ${(props) => bgColorMap[props.$theme] || '#ffffff'};
5151
border: 1px solid #d7d9e0;

0 commit comments

Comments
 (0)