From 7c44359da9df672ddb27125bfa66e403baeb3d5a Mon Sep 17 00:00:00 2001 From: Chris Date: Tue, 27 Nov 2018 17:19:42 -0600 Subject: [PATCH] fix(box): add missing overflow prop --- src/Box.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Box.tsx b/src/Box.tsx index 933a9340..045cb97f 100644 --- a/src/Box.tsx +++ b/src/Box.tsx @@ -19,6 +19,7 @@ import { minHeight, minWidth, opacity, + overflow, position, right, space, @@ -164,6 +165,7 @@ export const Box = styled('div')( minHeight, minWidth, opacity, + overflow, position, right, space,