Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Commit

Permalink
chore(lsg): fix element dropzone height
Browse files Browse the repository at this point in the history
  • Loading branch information
Tilman Frick committed Dec 18, 2017
1 parent 813ddd8 commit c7067bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lsg/patterns/element/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ const StyledPlaceholder = styled.div`
background: ${colors.grey90.toString()};
transform: scaleY(0);
transition: transform 0.2s;
z-index: 50;
}
${(props: StyledPlaceholder) =>
Expand Down

0 comments on commit c7067bf

Please sign in to comment.