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,