Skip to content

Commit a2ec3b9

Browse files
author
Ives van Hoorne
committed
Fix scrollbars for WorkspaceItems
1 parent 7e6628b commit a2ec3b9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/app/pages/SandboxView/Sandbox/Editor/Workspace/WorkspaceItem.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ const ChildContainer = styled.div`
1010
padding: 0;
1111
border-bottom: 1px solid ${props => props.theme.background2};
1212
13-
overflow: auto;
1413
height: ${props => props.open ? '100%' : 0};
1514
`;
1615

0 commit comments

Comments
 (0)