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

Commit

Permalink
fix: remove overflow hidden
Browse files Browse the repository at this point in the history
  • Loading branch information
tilmx authored and marionebl committed Sep 20, 2018
1 parent 6b982e1 commit d2bcee5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/property-box/index.tsx
Expand Up @@ -20,7 +20,6 @@ const StyledPropertyBox = styled.div`
user-select: none;
cursor: default;
margin-bottom: ${getSpace(SpaceSize.S)}px;
overflow: hidden;
`;

const StyledPropertyBoxBar = styled.div`
Expand Down

0 comments on commit d2bcee5

Please sign in to comment.