We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2ec3b9 commit 03f6aa5Copy full SHA for 03f6aa5
src/app/pages/SandboxView/Sandbox/Editor/Workspace/WorkspaceItem.js
@@ -9,7 +9,7 @@ const ChildContainer = styled.div`
9
margin: 0;
10
padding: 0;
11
border-bottom: 1px solid ${props => props.theme.background2};
12
-
+ overflow: ${props => props.open ? 'inherit' : 'hidden'};
13
height: ${props => props.open ? '100%' : 0};
14
`;
15
0 commit comments