Skip to content

Commit

Permalink
fix(box): add missing overflow prop
Browse files Browse the repository at this point in the history
  • Loading branch information
lottamus committed Nov 27, 2018
1 parent b3d9c9b commit 7c44359
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Box.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ import {
minHeight,
minWidth,
opacity,
overflow,
position,
right,
space,
Expand Down Expand Up @@ -164,6 +165,7 @@ export const Box = styled<IBoxProps, 'div'>('div')(
minHeight,
minWidth,
opacity,
overflow,
position,
right,
space,
Expand Down

0 comments on commit 7c44359

Please sign in to comment.