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 042525a commit 96c44d3Copy full SHA for 96c44d3
client/packages/lowcoder/src/comps/comps/jsonComp/jsonEditorComp.tsx
@@ -32,7 +32,6 @@ const Wrapper = styled.div<{$height: boolean; $showVerticalScrollbar:boolean}>`
32
border: 1px solid #d7d9e0;
33
border-radius: 4px;
34
overflow-y: scroll;
35
- min-height:200px;
36
height: 100%;
37
&::-webkit-scrollbar {
38
width: 16px;
0 commit comments