Skip to content
Prev Previous commit
Next Next commit
height adjusted
  • Loading branch information
MenamAfzal committed Aug 6, 2024
commit 774b2aa6ce2d7a1265a7136f7aeab449d0e78150
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const JsonExplorerContainer = styled.div<{
$showVerticalScrollbar:boolean;
}>`
${(props) => props.$animationStyle}
height: ${(props) => (props.$height ? '100%' : '300px')};
height: 100%;
overflow-y: scroll;
background-color: ${(props) => bgColorMap[props.$theme] || '#ffffff'};
border: 1px solid #d7d9e0;
Expand Down
Loading