diff --git a/lib/components/src/blocks/DocsPage.tsx b/lib/components/src/blocks/DocsPage.tsx index 1bc70960a584..2ef0df238460 100644 --- a/lib/components/src/blocks/DocsPage.tsx +++ b/lib/components/src/blocks/DocsPage.tsx @@ -50,6 +50,8 @@ export const DocsWrapper = styled.div<{}>(({ theme }) => ({ display: 'flex', justifyContent: 'center', padding: '4rem 20px', + minHeight: '100vh', + boxSizing: 'border-box', [`@media (min-width: ${breakpoint}px)`]: {}, }));