diff --git a/site/src/components/AuthAndFrame/AuthAndFrame.tsx b/site/src/components/AuthAndFrame/AuthAndFrame.tsx index c3a5a5ecc7553..6eea191491794 100644 --- a/site/src/components/AuthAndFrame/AuthAndFrame.tsx +++ b/site/src/components/AuthAndFrame/AuthAndFrame.tsx @@ -70,5 +70,6 @@ const useStyles = makeStyles((theme) => ({ }, siteContent: { flex: 1, + paddingBottom: theme.spacing(10), }, }))