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