Skip to content

Commit 96c44d3

Browse files
committed
min-height removed
1 parent 042525a commit 96c44d3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ const Wrapper = styled.div<{$height: boolean; $showVerticalScrollbar:boolean}>`
3232
border: 1px solid #d7d9e0;
3333
border-radius: 4px;
3434
overflow-y: scroll;
35-
min-height:200px;
3635
height: 100%;
3736
&::-webkit-scrollbar {
3837
width: 16px;

0 commit comments

Comments
 (0)