Skip to content

Commit

Permalink
Merge pull request #32 from stoplightio/fix/box-missing-overflow-prop
Browse files Browse the repository at this point in the history
fix(box): add missing overflow prop
  • Loading branch information
casserni authored Nov 27, 2018
2 parents b3d9c9b + 7c44359 commit a26eed2
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 a26eed2

Please sign in to comment.